'Which application permission should I add on Azure AD(Active Directory) so that users will visit the website without microsoft authentication?
I removed all application permissions from the Graph API Directory but still all of the users from the active directory displays Microsoft login page. So which application permissions should I add to prevent a Microsoft login page?
Solution 1:[1]
As mentioned in the comments, you will see a Microsoft login screen if you use Azure AD. If you want a more customized login screen for business-to-consumer scenarios, you can use Azure AD B2C.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | juunas |
