How to bypass "Pick an account" popup after Sign out

JT 0 Reputation points
2023-10-25T08:23:23.9666667+00:00

Hello all,

Is there any possibility to bypass the "Pick user popup" after Sign out with Endpoint v2.0 at Azure AD?

We need to execute automatic sign out at Blazor app while user is not active, but we got redirect at the popup and the user is still signed in.

User's image

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,474 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,330 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Akshay-MSFT 17,641 Reputation points Microsoft Employee
    2023-11-02T10:15:48.46+00:00

    @JT

    Thankyou for posting your query on Microsoft Q&A, from above description I could understand that you want sign-out to occur without prompting the user to select an account.

    Please do correct me if this is not the case by responding in the comments section.

    You may use option claim logout_hint

    To use logout_hint, enable the login_hint optional claim in your client application and use the value of the login_hint optional claim as the logout_hint parameter. Don't use UPNs or phone numbers as the value of the logout_hint parameter.

    Thanks,

    Akshay Kaushik

    Please "Accept the answer" (Yes), and share your feedback if the suggestion answers you’re your query. This will help us and others in the community as well.