Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADAL JavaScript support for on premise ADFS (ADAL JS)

Tags:

adal

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?

like image 510
Peter M Avatar asked Nov 26 '14 17:11

Peter M


1 Answers

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

like image 108
vibronet Avatar answered Oct 15 '22 12:10

vibronet