Angular Login Page have to authenticate Graph API

cloudguy2020 76 Reputation points
2021-04-26T14:56:59.887+00:00

Hello All,

As of now the authentication is happening using Azure AD/ Graph API and everything is fine. However I am looking for a custom login page instead of Microsoft Login page. Usually when we try to login the app/app-page is redirecting to https://login.microsoft.com/ page where the user enters username/password and that way it is getting authenticated. Can we achieve the same thing using the Angular login page?

Thanks

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,187 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Siva-kumar-selvaraj 15,721 Reputation points
    2021-05-18T15:39:40.12+00:00

    Hello @cloudguy2020 ,

    Thanks for reaching out and apologize for delayed response.

    Could you please help me understanding what is "Angular login page"? Do you have Angular based application which you need to enable SSO with Azure AD? if so I would recommend you to refer this article

    Azure AD always relay on https://login.microsoftonline.com/ endpoint for authentication which can't be changed, however, you could Add branding to your organization's Azure Active Directory sign-in page. If application is hosted in Azure AD B2C Tenant then you can use Custom-Domain like: login.contoso.com, instead of login.microsoftonline.com.

    Reference Article: https://feedback.azure.com/forums/169401-azure-active-directory/suggestions/15334317-customer-owned-domains

    Hope this helps.

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

    0 comments No comments

  2. Siva-kumar-selvaraj 15,721 Reputation points
    2021-06-18T09:04:14.883+00:00

    Hello @cloudguy2020 ,
    Just checking if you have any follow-up question? If above answer helped your query, please don’t forget to click Accept the answer and Up-Vote. Thanks.

    0 comments No comments

Your answer

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