-
Hi! I am wondering how to implement a "logout" for a logged-in user? Is there any convenience function I can use? Thanks a lot for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
panva
Jun 28, 2023
Replies: 1 comment
-
Since this module does not deal with your app's sessions it cannot deal with your session's termination. For AS logout please have a look at the OIDC RP-Initiated Logout which from the module's perspective is a no-op since it's just about forming a redirect link to the AS end session endpoint, not unlike forming the authorization endpoint url with parameters. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
riazza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since this module does not deal with your app's sessions it cannot deal with your session's termination.
For AS logout please have a look at the OIDC RP-Initiated Logout which from the module's perspective is a no-op since it's just about forming a redirect link to the AS end session endpoint, not unlike forming the authorization endpoint url with parameters.