-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logout does not work with Application Single sign-on configuration #7345
Comments
@TanyaMykhnevych Could you please let us know if you've found a solution? We're experiencing a similar issue as well. |
@ishaq-core42 Unfortunately no, but I will continue investigate it. And if find something new, will reply here. |
@ishaq-core42 I found another common issue and it is resolved. #6402. But it does not help me, I added comment there. |
@TanyaMykhnevych Thank you for letting me know. Let me check the solution at the mentioned link. I will update you if the solution works. |
@ishaq-core42 we found how to pass parameter. Like this: It helps to logout, but I do not know for now if KMSI feature works. |
KMSI works also. |
@TanyaMykhnevych We’re actually encountering a similar issue in our React project and couldn’t find a way to pass extraQueryParameters in the logout request. Since your issue appears to be resolved, please feel free to close this one. I’ll go ahead and raise a separate ticket for the React implementation. Thank you for your support! |
Core Library
MSAL.js (@azure/msal-browser)
Core Library Version
2.26.0
Wrapper Library
MSAL Angular (@azure/msal-angular)
Wrapper Library Version
2.3.2
Public or Confidential Client?
Public
Description
I have Application SingleSignOn session behavior in my custom Azure AD B2C policy.
I also have Angular SPA, it uses msal library. I can not logout. When I press logout, user is redirected to main page, after that it is redirected to login page and automatic sign in is performed.
When I change scope to Tenant or Suppressed , it works okay.
Error Message
No response
MSAL Logs
No response
Network Trace (Preferrably Fiddler)
MSAL Configuration
Relevant Code Snippets
Reproduction Steps
Expected Behavior
User is logged out, session is ended. Log In page is displayed.
Identity Provider
Azure B2C Custom Policy
Browsers Affected (Select all that apply)
Chrome, Firefox, Edge
Regression
No response
Source
External (Customer)
The text was updated successfully, but these errors were encountered: