Our company is trying to move it's business applications over to Azure. I am making use of OpenID Connect on Azure AD. I am doing this from a web application. Login works fine, but logout only works on some browsers. As documented I am sending the following:
- id_token_hint = the full raw id token
- post_logout_redirect_uri = the url to redirect to after logout which is one of the redirect uris in the App Registration Platform Configuration
- state = only meaningful to my application
The redirect works in the Brave browser, but does not in Chrome and Edge. I am more than happy to supply additional information in helping to debug.
Kind regards,
Dirk