I understand that your users are not being redirected after signing out from your application.
Please verify that your B2C policy and signed in applications have been configured for B2C single sign out as described in the document here:
In particular, ensure that the Logout URI is configured in the app registration under Authentication and under Front-channel logout URL. Since it looks like you are using oauth2, you need to ensure that the appropriate session provider is configured.
Please share your app registration settings and custom policies and confirm the following:
- Verify that the user has consented to the application.
- Confirm that the Logout URL starts with HTTPS
- Confirm that the Logout URL is registered as a reply URL in the portal.
- Confirm that the configured authority matches the supported account types.
- Confirm that iframes are not being blocked.
- Ensure that the browser is enabled to allow third party cookies. This is a substantial requirement for single-sign-out via front-channel logout to work. If the browser is configured to block third party cookies, single sign-out will not work.
If you share the sample you are using, it will be easier for me to diagnose this issue.
Updating this thread: Feel free to reach out to me at AzCommunity@microsoft.com ("Attn: Marilee Turscak") and include your subscription ID if you would like send more information and get this addressed.
If the information helped you, please Accept the answer. This will help us as well as others in the community who may be researching similar information.