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)

Microsoft Security | Microsoft Entra | Microsoft Entra ID
Developer technologies | .NET | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 82,061 Reputation points Volunteer Moderator
    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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.