Login automatically for an intranet application

Sandy 0 Reputation points
2023-06-07T21:35:26.8166667+00:00

Hi Guys,

I am trying to change an intranet application to use Azure AD instead of windows AD credentials. How do i make sure my angular application automatically logs in without user entering credentials to authenticate against Azure AD using signin page from azure(it should take the login details from windows & redirect to home page)

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,396 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,562 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,686 Reputation points
    2023-06-07T23:01:44.76+00:00

    I assume you are using the host page and cookie authenication. using azure ad support is not built into IIS. You will need to pick one of the azure ad auto-signin solutions. Microsoft keeps changing their SSO offerings. Best to check with account rep.

    use edge ad support:

    https://learn.microsoft.com/en-us/deployedge/microsoft-edge-security-identity

    install azure ad sso on the devices

    https://learn.microsoft.com/en-us/azure/active-directory/hybrid/connect/how-to-connect-sso

    you can also use azure app SAML proxy

    https://learn.microsoft.com/en-us/azure/active-directory/app-proxy/application-proxy-configure-single-sign-on-on-premises-apps

    0 comments No comments