SAML: Multiple logins seen under SAML requests for one user login

0
We upgraded from V8.18.16 to 9.24.16. We deployed the upgrade to Production today. Since then - When users are trying to login, the URL is redirected again and again to SAML before taking into the application, due to which multiple entries in SAML logs are showing up for the same user with same time.   We have not upgraded the SAML module since we haven't experienced this in the lower environments. Any idea why this is happening, please let me know.
asked
1 answers
0

Hi Priyanka,

https://docs.mendix.com/refguide/custom-settings/

go through this you will find com.mendix.core.SameSiteCookies  constant , set it to lax or none in the run time settings tab in developer portal.

 

Hope it helps!

 

answered