Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
8,677 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am building a website. I want to use my university's account to log in (university's accounts only),
all students have a Microsoft 365 account under the organization of the university, the format is like xxx@Usf .edu.
I just need to implement the authentication, if the Microsoft 365 account is correct, it will be allowed to log into the website.
I wonder which section should I look into to study how to do it? is it something related to the Microsoft graph? is it B2B or B2C? or is it any particular API I will need?