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

**Is your feature request related to a problem? Please describe.** Users of my app want to know why it depends on OpenTelemetry: https://github.com/mtotschnig/MyExpenses/issues/1523. I would love to be transparent about...

Fix update according to the following team feedback: - 2700582: [use case 1.2.2] User is not registered with given email: No error is popped up in UI (Probably this is...

test-automation
msal
testapps

**Describe the bug** The [`acquireTokenSilent`](https://github.com/AzureAD/microsoft-authentication-library-for-android/blob/b984d89bb8967c0969a47fcdb79581d25ee25492/msal/src/main/java/com/microsoft/identity/client/IPublicClientApplication.java#L95) method, used to fetch access tokens (including the ability to refresh tokens when needed) from the MSAL SDK is not performant enough for it's use...

Enhancement
Inevstigation

**Is your feature request related to a problem? Please describe.** As stated [here](https://learn.microsoft.com/en-us/entra/identity/authentication/concept-fido2-compatibility#native-application-support-with-authentication-broker-preview) and [here](https://learn.microsoft.com/en-us/entra/identity-platform/support-fido2-authentication#mobile), FIDO2 support for MSAL on Android is still "in development". Is there any information on...

**Describe the bug** we are having some crashes reported in crashlytics, it's happening in the version 4.7.0 **Smartphone (please complete the following information):** - Device: Samsung A32 - Android Version:...

**Describe the bug** I have an android-app, works with device-authentication-flow (and browser-authentication-flow). No issues, after the user logs in, I receive a token and can access my backend. Once the...

Enhancement

### Summary (still in progress) This PR: - Adds the suggested way to automatically create sources and javadocs jar files (https://developer.android.com/build/publish-library/configure-pub-variants#single-pub-var and https://developer.android.com/reference/tools/gradle-api/8.3/null/com/android/build/api/dsl/LibraryPublishing). - Removes tasks related to generating javadocs...

msal

Related broker PR : https://github.com/AzureAD/ad-accounts-for-android/pull/2790

Updates the native auth end to end tests to use a more reliable method of retrieving an otp from the test inbox. See the companion PR for more details: https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2509...

No-Changelog
msal