Use this tag for questions related to Azure Authentication. Microsoft Azure Active Directory (Azure AD) will help to add authentication and authorization to your web applications and web APIs.
3 common scenarios in which ADAL can be used for authenticating a client that accesses a remote resource:
- Authenticating users of a native client application running on a device
- Authenticating a confidential client application running on a web server
- Authenticating a confidential client application running on a server, on behalf of a user
Useful Resources: