


Hi Team,
We have a requirement where in we have multiple sites and each site have there own logout link.
Now when we logged into all the three sites in one browser in multiple tabs and click on logout button on one site then we should get logged out from other two sites as well.
Can we achieve this?
Regards
Views
Replies
Sign in to like this content
Total Likes
This should be possible if you want to use one logout link. For multiple logout links, you have to separate the context and configure multiple instances of SAML handler and they would use different cookies/sessions.
You can always write a custom authentication[1] handler but I don't think that is valid use case and might lead to issues later.
This should be possible if you want to use one logout link. For multiple logout links, you have to separate the context and configure multiple instances of SAML handler and they would use different cookies/sessions.
You can always write a custom authentication[1] handler but I don't think that is valid use case and might lead to issues later.