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
Add a permission screen that explicitly asks a user if they want to allow an app to gain access to certain scopes. This should also introduce the concept of a 'trusted app' that insta-gains all the requested scopes.
Track which scopes were requested for an access token, (so when an access token is refreshed, that next access token has the same set of scopes).
oidc discovery document.
id token support.
userinfo endpoints support.
Support for prompt in authorize request.
Support for max_age in authorize request.
Support for ui_locales in authorize request.
Support id_token_hint in authorize request.
Support login_hint in authorize request.
Support acr_values in authorize request.
Support "claims"
The text was updated successfully, but these errors were encountered:
This list is non-exhaustive, adding todos here as I realize what needs to be done.
prompt
in authorize request.max_age
in authorize request.ui_locales
in authorize request.id_token_hint
in authorize request.login_hint
in authorize request.acr_values
in authorize request.The text was updated successfully, but these errors were encountered: