Open Closed

Logging out of External Provider (Azure AD OpenId Connect) #2283


User avatar
0
scottie.tang@cpy.com.hk created
  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hello, we are using OpenIdConnect for AzureAD integration. It works for most of the cases but we found we are unable to switch Azure AD account. When a user logs in to Blazor with Azure AD account, and then logs out again, if they log in with the same browser then the Azure AD account is assumed and logged in automatically.

Is there any proper way we can achieve this ? or any workaround ?

Thanks!


1 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    I think you are trying to signout from AzureAD aswell when you signout from identityserver. Some of the openid providers doesn't allow 3rd party end session.

    Here is a question and answer about it https://docs.microsoft.com/en-us/answers/questions/224644/azure-b2c-federated-sign-out-is-not-complete-ident.html

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11