We have a single Web application defined in the OKTA that is being used by several SPs(Apps). We would like to know if there is a way we can trigger Front Channel Logout requests to all the Apps “User” logged in from the browser.
Here is how we have the configuration
Single Okta - WebApp (OIDC - OpenID Connect Web Application)
Multiple SPs - AppA, AppB, AppC and they use same clientid and client secret to use single Okta web app
We know that if each OKTA WebApp is associated to the single SP(App) then we can use the frontchannel_logout_uri to initiate the logout. But in our situation, we need to make more than one logout url callback for AppA, AppB, AppC depending on what User logged in.
We are trying to figure out if there is anything we can do without writing custom code but if it’s not possible whatever we are trying to achieve then please share your ideas to implement ideal solution.
Thank you