psignoret / aad-sso-wordpress

Single Sign-on with Azure Active Directory (for WordPress)
Other
268 stars 79 forks source link

Bypass First Authentication Page #108

Open mrdenny opened 7 years ago

mrdenny commented 7 years ago

When logging in via this plugin it first takes you to the generic Microsoft Authentication page. Is there a way to have it take us directly to the co-branded version of the page bypassing the generic page and bypassing having it ask if you should use your AAD account or you Microsoft Account (Life ID)?

psignoret commented 7 years ago

Yes, the "Domain hint" setting will allow you to indicate to Azure AD which domain name you will be using, which will be used to load custom branded details (and if your domain name is federated, will automatically trigger the redirect to your on-premises identity provider):

image

However, if you have both a consumer Microsoft Account (MSA, formerly known as LiveID) and an Azure AD account with the same username, then you might still be prompted to disambiguate. The only thing you can do here (and really, you should do this anyway) is to remove the ambiguity by renaming your personal account.

Let me know if this helps.