Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Pre requisite: Register your application with Azure Active Directory

Jean-Marc Prieur edited this page Feb 12, 2018 · 9 revisions

Before using ADAL.NET you will have to register you applications with Azure AD.

Azure AD currently supports several kinds of applications, depending on type of users they target:

The picture below shows in which case you want to use ADAL.NET: when you want the users of the application to sign-in with Azure AD (work and school accounts), or Active Directory FederationServices (ADFS)

image

Note that the application registration is different depending on if you are registering a public client application (Mobile / Desktop app), or a Confidential client application (Web App / Web API / daemon application). For instance:


Previous topic: Why use ADAL.NET ? for which application architectures? target OS?

Next topic: Register your application with Azure Active Directory

Clone this wiki locally