Saturday, August 24, 2019

Pre requisite Register your application with Azure Active Directory

Before using ADAL.NET you will have to register you applications with Azure AD.
Azure AD currently supports several kinds of applications, depending on the 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:

No comments:

Post a Comment

No String Argument Constructor/Factory Method to Deserialize From String Value

  In this short article, we will cover in-depth the   JsonMappingException: no String-argument constructor/factory method to deserialize fro...