lightSAML / SpBundle

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

Symfony session cookie with SameSite: Lax #94

Open 3qdev opened 3 years ago

3qdev commented 3 years ago

If i configure

framework.session.cookie_samesite: 'lax'

SSO with Azure as SAML IDP do not work anymore.

Is there any way to say, send the session cookie only to the SAML IDP or is the only solution set

framework.session.cookie_samesite: 'none'

?