You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Authenticating with InteractiveBrowserCredential provokes warnings when msal 1.7.0 or later is installed:
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.
The text was updated successfully, but these errors were encountered: