Logout behaviour set to All Applications but other applications logout endpoint not called
-
Hi,
I set up SSO between 2 applications, and for each i set up their own logout url, and set the Logout behaviour to All applications.
For each application their "own" logout workflow works correctly:
- calling oauth/logout from appA (orappB)
- fusionauth delete SSO session
- fusionauth call appA(or appB) logoutURL
But the other application logout URL is never called, though I set up the logout Behaviour to "All applications"
Do I miss something in the configuration?
Thanks
-
@quent Can you tell us more about your integration?
The way that the logout from all applications works is it creates multiple iframes with the source of each iframe as the logout URL.
Is the logout URL of the second being called at all (if you look at the request log)?
What browser are you using?
What version of FusionAuth are you using?
Are you testing in a remote environment or on localhost?