Skip to content
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

How to handle logouts when Idp notifies you #105

Open
saboya opened this issue Nov 14, 2024 · 1 comment
Open

How to handle logouts when Idp notifies you #105

saboya opened this issue Nov 14, 2024 · 1 comment

Comments

@saboya
Copy link

saboya commented Nov 14, 2024

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:

<?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?

@RoSk0
Copy link

RoSk0 commented Nov 27, 2024

Should be fixed by #106 .

RoSk0 added a commit to RoSk0/laravel-saml2 that referenced this issue Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants