Does ADAL JS support Implicit flow for adfs 2016?

479 Views Asked by At

I am trying to implement implictit flow in angular js using the adal js, but it fetches only the id token as the login is performed only with the ID token, I could also seeing statements to upload the meta data in azure to support implicit flow, will this be handling the access token issuance part in that case I am using adfs 2016 , is there any options to handle this.

1

There are 1 best solutions below

0
On

ADFS currently supports only Authorization Code Flow, below is the confirmation on the same

https://blogs.technet.microsoft.com/maheshu/2015/04/28/oauth-2-0-support-in-adfs-on-windows-server-2012-r2/