Users attempting to sign in to an application using Microsoft Azure AD B2C authentication are immediately logged out after submitting valid credentials. The browser displays the message: "You have signed out of your account. It’s a good idea to close all browser windows." This typically indicates a failure in the OpenID Connect (OIDC) token exchange process caused by proxy interception.
Symptoms
https://[application-url]/oidc/login-redirect).logout.You have signed out of your account.
In an OIDC Authorization Code flow, the application backend server must perform a "back-channel" request to Azure AD to exchange an authorization code for an access token. If SSL Interception is enabled for these domains on the Edge SWG, the proxy may interfere with the TLS handshake or modify the Authorization headers in the backend request. This leads to a network timeout or authentication failure at the application level, forcing the user to be logged out.
Bypass SSL Interception for the application and Identity Provider domains to allow the encrypted token exchange to proceed unmodified.
example.com).[tenant-name].b2clogin.com).To speak with a customer representative or a Support Engineer, see Contact Support. Scroll to the bottom of the page and click on your respective region.
Additional Information