You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@umardraz make sure you:
• Use the latest passport-saml release (1.0.0)
• Configure SimpleSAMLphp with SingleLogoutService (for the node project) to point to the /logout endpoint, so it uses the samlStrategy.logout as well
Hello I am running PHPSAMLSSO, I have one wordpress website and one nodejs site.
Now the issue is whenever I am logged on both site using SSO and try to logout from wordpress site then it send/redirect me to my nodejs site.
But if I try to logout from nodejs site then both site successfully logout from SSO.
It means there might be issue with my code or passport-saml modules has lack of SLO (logout) functionality here is my logout code
Please help me how I can solve this issue
The text was updated successfully, but these errors were encountered: