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

Support Microsoft identity platform (v2.0) endpoints #887

Closed sgsouris closed 4 years ago

sgsouris commented 4 years ago

I'm submitting an enhancement request so adal.js can support the Microsoft identity platform (v2.0) endpoints which is described in https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-app-types

i.e. https://login.microsoftonline.com/common/oauth2/v2.0/authorize https://login.microsoftonline.com/common/oauth2/v2.0/token


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[x ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:

Browser:

Library Name

Library version

Library version: X.Y.Z

Current behavior

Expected behavior

Minimal reproduction of the problem with instructions

jasonnutter commented 4 years ago

@sgsouris We have no plans to add support for v2 endpoints in ADAL.js, as we have released MSAL.js which has support for both v1 and v2 AAD endpoints.

https://github.com/AzureAD/microsoft-authentication-library-for-js https://www.npmjs.com/package/msal

Please let us know if you have any questions or concerns with moving from ADAL to MSAL.

Thanks!

sgsouris commented 4 years ago

That's awesome news, thanks Jason!