hydra/flow
Henning Perl c004fee694
feat: propagate logout to identity provider (#3596)
* 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.

* fix: add special case for MySQL

* chore: update sdk

* chore: consistent naming

* fix: cleanup persister
2023-08-14 12:39:45 +02:00
..
consent_types.go feat: propagate logout to identity provider (#3596) 2023-08-14 12:39:45 +02:00
consent_types_test.go feat: stateless authorization code flow (#3515) 2023-06-12 20:27:00 +02:00
flow.go feat: propagate logout to identity provider (#3596) 2023-08-14 12:39:45 +02:00
flow_test.go feat: propagate logout to identity provider (#3596) 2023-08-14 12:39:45 +02:00