ADAL JavaScript support for on premise ADFS (ADAL JS)

adal

Solution

this is currently not supported. ADFS does not support the oauth2 implicit grant, which is at the heart of the scenario

Problem

How can you configure ADAL JS to use an on-premise Active Directory (Windows Server 2012 R2, ADFS)? The announcement post (http://www.cloudidentity.com/blog/2014/10/28/adal-javascript-and-angularjs-deep-dive/) and samples on GitHub (https://github.com/AzureADSamples) do not specifically address this. Or is that not a supported scenario?

Original source