microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Microsoft Authentication Library (MSAL) for Android
**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...
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....
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...
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...
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...
### 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...
**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...
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...
**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...
**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...