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

Provided authority is not known. MSAL will only make requests to known authorities. #2202

Open
abhishekagra opened this issue Oct 11, 2024 · 0 comments

Comments

@abhishekagra
Copy link

abhishekagra commented Oct 11, 2024

Describe the bug
On MSAL Android library version above 5.0.1 (Android Gradle Plugin v8.0.0 and above), we are getting below error while calling acquireToken():
"Provided authority is not known. MSAL will only make requests to known authorities."

But on v5.0.1, authentication is working fine (Android Gradle Plugin v7.5.1).

{
"client_id": "xyz",
"authorization_user_agent": "WEBVIEW",
"redirect_uri": "",
"account_mode": "MULTIPLE",
"broker_redirect_uri_registered": false,
"authorities": [
{
"type": "B2C",
"authority_url": "",
"default": true
}
]
}

Smartphone (please complete the following information):

  • Device: [Sonim XP10]
  • Android Version: [12]
  • MSAL Version: above 5.0.1

To Reproduce
Update the MSAL library version from 5.0.1 to 5.1.0 (and above).

Are there any specific procedures or steps to follow to use the latest version of MSAL library v5.7.0 ?

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

No branches or pull requests

1 participant