-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Detect Logout? #227
Comments
Do you have "remember me" active? |
@samdark tried both, does not work |
@gallexme |
Keycloak: UPD: OK. I found method for getting ID token. We can do |
Seems it's solvable. Closing. Thanks, @annadostoevskaya |
@jakim I am not sure what you mean by signal? Does the IdP should redirect to a given endpoint on the Yii app (after logout on the IdP) in the fashion of RP Initiated Logout? @annadostoevskaya Can you give some more details on how you solved this? |
@azmeuk you can try a javascript code that communicates with the authorization server and checks for active sessions there, after which it directs your user to login to the system, But I don't remember where he is. |
What steps will reproduce the problem?
Login with Yii
Logout at the Authprovider example: Keycloak
open Yii App, still logged in wtf?
What's expected?
when i logout from Keycloak i should be logged out from any app(Single Sign On)
What do you get instead?
Im Still logged in in Yii
The text was updated successfully, but these errors were encountered: