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
fix(auth): force fresh upstream auth on every SSO click
Append prompt=login and max_age=0 to the OIDC authorize URL wrapped in
the source-login next param. Authentik no longer reuses the existing
session cookie on returning external users, so the source-enrollment
flow stops landing on /if/user/ — which only internal users may
access.
0 commit comments