AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 374 forks source link

Adal js and using my own token exchanger. #790

Closed dagtveit closed 5 years ago

dagtveit commented 6 years ago

Can Adal.js be set up to ask my own api server side project for the token. meaning using code flow not implicit flow.

nehaagrawal commented 5 years ago

ADAL.js only supports implicit flow. Closing this issue.