Azure enterprise applicaiton

James Price 0 Reputation points
2023-10-25T18:51:58.1066667+00:00

Good Afternoon.

I have created an Enterprise application with SAML SSO. When a user goes to sign in, it does not give them the option to chose a different account. How do I get this implemented? We have people that use different 365 accounts and they need to log into this specific one, yet they do not have that option. It tries to log them in automatically using the account they are already logged into.

Windows 365 Enterprise
Microsoft Entra
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sandeep G-MSFT 16,691 Reputation points Microsoft Employee
    2023-10-27T09:39:46.01+00:00

    @James Price

    Thank you for posting this in Microsoft Q&A.

    As I understand you want users to be prompted to enter their credentials every time they try to access the application.

    You will have to update your application code to include "ForceAuthn" parameter to "True" in the authentication request. This will allow Azure AD to prompt users to enter there credentials every time they try to access the application. In this process of the credential prompt, users can select or enter any other account as well.

    User's image

    You can also refer below article to get more information regarding this.

    https://learn.microsoft.com/en-us/entra/identity-platform/single-sign-on-saml-protocol

    Let me know if you have any further questions.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.