You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit aims at improving OpenID Connect conformity whilst making it
as easy as possible to implement the consent app.
For that reason, ORY Hydra is now capable of remembering user sessions
and previous consent requests, and properly handles OpenID Connect's
maxAge and prompt parameters.
Additionally, public OAuth 2.0 clients always require the full consent
flow.
Closes#692Closes#697
This is currently up to the implementation of the consent app but should be baked into the consent protocol. See https://tools.ietf.org/html/rfc6819#section-5.2.3.2
The text was updated successfully, but these errors were encountered: