Any luck with this? This seems like the only barrier to using the same app registration for multiple environments that call the same tenant.
Mapping Front-channel logout URLs
My organization is currently making use of single sign-on with OpenID Connect. We utilize Redirect URIs in our app(s) since we have a presence over multiple Azure environments. In our AAD app registration page, under Manage > Authenication, there is only one Front-channel logout URL, which means all logging out happens in this one particular environment. We are trying to find a way to have the user signed out within the same cloud environment as they signed in on.
We are thinking of creating a service behind this single Front-channel logout URL to accomplish this.
Before we do so, are there any other simpler solutions to this already made within Azure? Is there any way we could have multiple front-channel logout URLs, and possibly map them to their corresponding sign-in URLs?