-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Not A Bug
-
Affects Version/s: 2021
-
Fix Version/s: None
-
Component/s: Authentication
-
Tags:
-
Backlog priority:750
-
Sprint:nxplatform #98
-
Story Points:8
A user is not able to login with SSO/SAML when nuxeo.server.cookies.sameSite=strict is set in nuxeo.conf
Steps to Reproduce
- Install saml2-authentication addon to instance
- Have a saml-config in nxserver/config folder
- Add nuxeo.server.cookies.sameSite=strict to nuxeo.conf
- Start instance and click SSO/SAML auth button
- Enter credentials
- Notice that you are not able to log in to instance
- Stop instance and change strict to lax, nuxeo.server.cookies.sameSite=lax
- Try logging in with SSO/SAML again
- Notice that you are able to log in