microsoft-authentication-library-for-android icon indicating copy to clipboard operation
microsoft-authentication-library-for-android copied to clipboard

Microsoft Authentication Library (MSAL) for Android

Results 168 microsoft-authentication-library-for-android issues
Sort by recently updated
recently updated
newest added

**Bug description** When acquiring token silently in android app(development mode), we are getting the issue **No cached accounts found for the supplied homeAccountId and clientId**. Although with the same set...

Issue Triage
Incoming Issue

Hello, Is there any way to refresh the account claims when using the acquireTokenSilent method? We have noticed that account claims refresh only when we use acquire token method interactively....

Incoming Issue

For a quick background, my Android project has more than 100 `productFlavors` in the `app/build.gradle` file. Each `productFlavor` is a distinct app, with a different package name, different resources, and...

Issue Triage
Bug - P2
Incoming Issue

Hi, I need to set the toolbar color when opening chrome custom tab. I've seen this issue: https://github.com/AzureAD/microsoft-authentication-library-for-android/issues/57 No updates in 5 years? Can we set the color of chrome...

Issue Triage
Enhancement
Incoming Issue

From Samsung A41, trying to connect teams or power bi through google-federated Azure accounts. Works fine from à browser : Microsoft sign on buttons opens a google webview which guides...

Issue Triage
Incoming Issue

### Core Library MSAL.js v2 (@azure/msal-browser) ### Core Library Version 2.14.1 ### Wrapper Library Not Applicable ### Wrapper Library Version none ### Description We're developing a react-native web-view mobile application...

Question
Incoming Issue

**Describe the bug** When requesting a token, the `aud` field is coming back as `"https://graph.microsoft.com"` instead of the client id. **Smartphone (please complete the following information):** - Device: Pixel 2...

Issue Triage
Question
Incoming Issue

This issue only occurs when using: parametersBuilder.withFragment(fragment) ``` var parametersBuilder = AcquireTokenParameters.Builder() .startAuthorizationFromActivity(activity) .fromAuthority(authorityUrl) .withScopes(scopes) .withPrompt(Prompt.LOGIN) .withCallback(acquireTokenCallback) parametersBuilder = parametersBuilder.withLoginHint(loginHint) parametersBuilder = parametersBuilder.withFragment(fragment) // key factor of reproducing the issue...

Issue Triage
Incoming Issue

**Describe the bug** The app is in Production. We have followed the MASL SSO implementation from the documentation [here](https://docs.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-android) after login we show the content in Webview. 1. The flow...

Issue Triage
Incoming Issue

**Crash from appcenter** Is your app live and in production or is this a development issue? Provide a clear and concise description of what the bug is. **Smartphone (please complete...

Incoming Issue