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

msal deprecation warnings when using InteractiveBrowserCredential #16429

Closed
chlowell opened this issue Jan 30, 2021 · 0 comments · Fixed by #16449
Closed

msal deprecation warnings when using InteractiveBrowserCredential #16429

chlowell opened this issue Jan 30, 2021 · 0 comments · Fixed by #16449
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library.
Milestone

Comments

@chlowell
Copy link
Member

Authenticating with InteractiveBrowserCredential provokes warnings when msal 1.7.0 or later is installed:

msal\oauth2cli\oidc.py:113: DeprecationWarning: Use initiate_auth_code_flow() instead
msal\oauth2cli\oauth2.py:684: DeprecationWarning: Use obtain_token_by_auth_code_flow() instead

These warnings don't indicate an authentication or compatibility problem and can be suppressed or ignored safely. A future version of azure-identity will no longer call the deprecated methods.

@chlowell chlowell added Client This issue points to a problem in the data-plane of the library. Azure.Identity labels Jan 30, 2021
@chlowell chlowell added this to the Backlog milestone Jan 30, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
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