Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to enable MSAL UI auth flow #260

Conversation

JCRPaquin
Copy link
Contributor

MSAL UI auth flow is required for some users with additional MFA requirements imposed by their AAD admin. For some reason device code flow was not producing correct output (and device flow is also not great UX).

For users who require MSAL UI auth flow, be sure to enable MSAL via the NUGET_CREDENTIALPROVIDER_MSAL_ENABLED environment variable.

It's possible that with this update MSAL should also be enabled by default for the netcore version? But I'd leave that up to the maintainers.

MSAL UI auth flow is required for some users with additional MFA
requirements imposed by their AAD admin. For some reason device code
flow was not producing correct output (and device flow is also a PITA).

For users who require MSAL UI auth flow, be sure to enable MSAL via the
NUGET_CREDENTIALPROVIDER_MSAL_ENABLED environment variable.
@jmyersmsft jmyersmsft merged commit a1e61d3 into microsoft:master Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants