Tag: microsoft.identity.web
-
Passing a domain hint to Azure AD using ASP.NET Core 3.1 with Microsoft.Identity.Web
When building a single tenant app utilizing Azure AD for authentication, you may want to pass Azure AD a domain hint, especially in scenarios when Azure AD is federated with ADFS. This will tell Azure AD not to prompt the user for their UPN and will immediately redirect to your ADFS instance. To accomplish this…
You must be logged in to post a comment.