We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a description of a possible logout event that is notified via the Idp:
By logging out of the global SSO Session. In this case the IdP will notify you on /saml2/{uuid}/slo endpoint (already provided).
However, the SignedOut event object is completely empty:
SignedOut
<?php namespace Slides\Saml2\Events; /** * Class LoggedOut * * @package Slides\Saml2\Events */ class SignedOut { }
How is the application supposed to know which session should be terminated?
The text was updated successfully, but these errors were encountered:
24Slides#105: Destroy local session during SLO flow
ff657ea
Should be fixed by #106 .
Sorry, something went wrong.
24Slides#105: Fix SLO flow docs
f62ad78
No branches or pull requests
There's a description of a possible logout event that is notified via the Idp:
However, the
SignedOut
event object is completely empty:How is the application supposed to know which session should be terminated?
The text was updated successfully, but these errors were encountered: