-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logout from TYPO3 #39
Comments
@funkyferdy Did you solve this? I could think of either:
|
What about backchannel-ing the logout request? For more information, see: |
Missed this question :)
I think this heavly depends what "vendor" is behind the identity server and version/features avaiable in the solutions regarding this topic. |
Related (other way) with #75 |
We solved this by adding additional columns to the fe_sessions table where we save the session_state from the OP after login. We then provide a API route for backchannel logout as suggest by @ChrisMuc that deletes the TYPO3 session with a matching session_state. For this, we had create a new session backend (i.e. extend the existing session backend). I don't know, if this should be part of the oidc extension though. |
I think it makes sense to provide a generic logout-URL. Whether this can be used or not of course still depends on the IdP. |
If the user logs out from OP(OpenID Provider), he is still logged in TYPO3 (cookie).
How to detect if user is still logged in OpenID Provider ?
The text was updated successfully, but these errors were encountered: