Skip to content

ADFS support

Jean-Marc Prieur edited this page Feb 22, 2019 · 27 revisions

ADFS support in MSAL.NET

MSAL.Net supports the OpenID Connect Standard. Therefore:

  • MSAL.NET supports talking to Azure AD, whether for managed users (users managed in Azure AD), or federated users (users managed by another identity provider, federated with Azure AD). In the case of federated users, the federation can happen through ADFS, but MSAL.NET does not know about this, as far as it’s concerned, it talks to ADFS.
  • MSAL.NET will soon support ADFS 2019 (PR is ADFS Compatability with MSAL #834), which is/will be Open ID Connect compliant after a service pack is applied to Windows Server.

MSAL.NET does not support a direct connection to ADFS 2016 (which is not OIDC compliant), whereas ADAL.NET was supporting it.

Getting started with MSAL.NET

Acquiring tokens

Web Apps / Web APIs / daemon apps

Desktop/Mobile apps

Advanced topics

FAQ

Other resources

Clone this wiki locally