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

Add new user auth API to UsernamePasswordCredential #11449

Closed
chlowell opened this issue May 14, 2020 · 0 comments · Fixed by #11528
Closed

Add new user auth API to UsernamePasswordCredential #11449

chlowell opened this issue May 14, 2020 · 0 comments · Fixed by #11528
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library.
Milestone

Comments

@chlowell
Copy link
Member

The authenticate method is strange on this credential because it isn't interactive, but it should at least provide some way to get an AuthenticationRecord. This enables an application to authenticate a user with a password during one execution, caching a refresh token, then silently authenticate the same user during a subsequent execution.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant