Skip to content

msal deprecation warnings when using InteractiveBrowserCredential #16429

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Azure.IdentityClientThis issue points to a problem in the data-plane of the library.

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions