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
server: when oidc.session_token.guard is null it now resolves to oidc.auth.guard (default: identity) before the application default guard. Apps relying on the previous app-default behaviour should set OIDC_SESSION_TOKEN_GUARD (or oidc.session_token.guard) explicitly.
Features
server: surface OIDC details in the about command (9e40b1f)
Bug Fixes
server: default session token guard to the OIDC auth guard (b253e48)
server: report scope-catalog failures outside the console (f79f6a1)