
Announcements
Hello Guys,
I am referring to the following portal https://mymitonz.powerappsportals.com.
I would like to customize the sign in page to Azure AD login redirection. Exactly like how they done it. Currently in our portal it is a two step process. Once the user click on sign in then they will be shown with the Azure AD login button. Only upon clicking that it will be redirected to Azure AD login.
Kindly advise how to achieve this.
Hi @ragavanrajan ,
If you want to use only one external identity provider (in your case Azure AD) as the main provider you can use Site Setting called Authentication/Registration/LoginButtonAuthenticationType. As per docs:
If a portal only requires a single external identity provider (to handle all authentication), this allows the Sign-In button of the header nav bar to link directly to the sign-in page of that external identity provider (instead linking to the intermediate local sign-in form and identity provider selection page). Only a single identity provider can be selected for this action. Specify the AuthenticationType value of the provider.
For more details check documentation here (last setting in the table).