lightSAML / SpBundle

SAML2 SP Symfony Bundle based on LightSAML
https://www.lightsaml.com/SP-Bundle/
MIT License
66 stars 70 forks source link

Logging out on SP and IDP #47

Open fredtro opened 7 years ago

fredtro commented 7 years ago

Hi

I have integrated the sp bundle with an simplesamlphp server, which works great.

Is there a way to logout from application and from IDP the same time? After logging out successfully, and re-accessing a secured resource. It just gets a valid session from the simplesamlphp server without asking for credentials.

Regards