Is it possible to use Azure AD authentication for only a part of the application?
I work for a school and our team is creating a web application where some users need to sign in with their work/school account. Other users can create an individual account and sign in with that. They will use a different part of the application.
The first thing the user should see is a page where he can choose what kind of user he is. If the user is an "external user", he can sign in with his individual account. If the user is a "teacher" or "student", he can sign in with his work/school account via Azure AD.
Something like this.
Is this what "Home page URL" is for on the Azure portal under Branding? The app still immediately shows the Azure AD sign in page when I fill this in.
Or do we need to use Azure AD B2C? Or does that only work for social identities like Google, Facebook, ...?