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 372 forks source link

Resource Owner Password Credential Grant in browser #908

Closed cclauson closed 4 years ago

cclauson commented 4 years ago

Is it possible to do an ROPC grant in the browser using ADAL? I'm fully aware of all of the OAuth caveats surrounding this grant, but it would actually be extremely useful in my situation for the purposes of automated testing.

Thanks

jasonnutter commented 4 years ago

@cclauson It is not currently possible to do ROPC with ADAL.js, and we have no plans to add it to ADAL or MSAL.