Logout from yarnman logs out of oidc provider #29
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
theis/yarnman#29
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
However, if you also want the reverse — clicking "Logout" in your app to log the user out of Authentik too (RP-initiated logout) — that requires:
Storing the OIDC ID token (we currently discard it after verification)
Adding the Authentik end-session endpoint to the logout flow
Redirecting the browser to {authentik_end_session_endpoint}?id_token_hint={id_token}&post_logout_redirect_uri={app_url}
That's a separate feature if you want it. Currently, your app's logout just clears the local JWT.