Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: propagate logout to identity provider #3596

Merged
merged 7 commits into from
Aug 14, 2023
Merged

feat: propagate logout to identity provider #3596

merged 7 commits into from
Aug 14, 2023

Commits on Aug 10, 2023

  1. feat: propagate logout to identity provider

    This commit improves the integration between Hydra and Kratos when logging
    out the user.
    
    This adds a new configuration key for configuring a Kratos admin URL.
    Additionally, Kratos can send a session ID when accepting a login request.
    If a session ID was specified and a Kratos admin URL was configured,
    Hydra will disable the corresponding Kratos session through the admin API
    if a frontchannel or backchannel logout was triggered.
    hperl committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f21381f View commit details
    Browse the repository at this point in the history
  2. fix: add special case for MySQL

    hperl committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4649f4d View commit details
    Browse the repository at this point in the history
  3. chore: update sdk

    hperl committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fb07073 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    9e28d83 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. chore: consistent naming

    hperl committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1a1a489 View commit details
    Browse the repository at this point in the history
  2. fix: cleanup persister

    hperl committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4f63d4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a241c5 View commit details
    Browse the repository at this point in the history