Hello Collegues
During our implementation of SSO SAML integration aith Azure platform - we are facing some strange Azure logoff behavior:
For some Enterprise Applications, it is working very good, so log in and log out by SAML is working as desired.
For one application, log in works fine but during log off- we are experiencing following error:
AADSTS50070: Signout failed. The request specified session indexes '_c95d8ed3-d069-4b52-af80-878e8c483100' which did not match the existing session(s).
Request Id: 161dd228-c453-446b-87c5-a0760e6c1000
Correlation Id: f4d09e59-667e-4797-a655-c275cbbd86cd
Timestamp: 2021-03-10T10:40:04Z
Message: AADSTS50070: Signout failed. The request specified session indexes '_c95d8ed3-d069-4b52-af80-878e8c483100' which did not match the existing session(s).
We've already checked all our options on SAML SSO settings page in Azure Ad for that application- they are same as for others.
We already checked our internal implementation- it is the same as for other applications...
any thoughts? What can be a problem?