Key Auth Scenarios for EDU Apps - KundanaP/EDU-SSO GitHub Wiki
This section covers the four key authentication scenarios for EDU Apps.
- Local Login: Users login in with their local accounts which are usually stored in the database of the system.
- O365 Login: Users login in with accounts provided by Azure AD.
- Admin Login: Administrators login in with their local or O365 account.
- App Login: A daemon or server app (like a Web Job) could be authenticated by a certificate. No user interaction is involved.