- DATE:
- AUTHOR:
- Ory Team
Ory Network
Ory Hydra
New Feature
Ory OAuth2: Backchannel logout, session termination and session extension
DATE:
AUTHOR:
Ory Team
We're happy to announce that Ory OAuth2 and Ory Hydra gained additional flexibility in its session handling through new APIs to extend session lifetimes at login time and to terminate individual sessions to facilitate a backchannel logout!
Ory OAuth2 keeps track of consent sessions for applications that a user has authorized. It is now possible to extend session lifespans when accepting login challenges. In addition, the revokeOAuth2LoginSessions
API method can now revoke any single session by ID (sid
claim in the id_token) and thus execute an OpenID Connect backchannel logout.