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

### Goal: - Review our log statements and reduce to only those that are relevant and useful. Especially the logMethodCall should be much reduced. Not every method call is relevant...

No-Changelog
msal

**Describe the bug** We are in production with an android app using msal. We are still using version 4.7.0 (soon 4.10.0) and some users are having now the failure of...

Im using this "com.microsoft.identity.client:msal:5.2.1" lib in my app for microsoft CES. For verify the security of my app, I checked my app in Mobsf security software tool. it's showing some...

account_mode: MULTIPLE. The feature seems can be achieved by withAuthorizationQueryStringParameters or withClaims function.

This PR adds some wrapper methods that allow callers to write idiomatic Kotlin code when using this library. Examples of the usage differences are highlighted below. ### Creating a `PublicClientApplication`...

**Describe the bug** While building the app with: `minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'` and with the following dependencies: `implementation "io.opentelemetry:opentelemetry-api:1.18.0" implementation "io.opentelemetry:opentelemetry-context:$1.18.0" implementation ("com.microsoft.identity.client:msal:5.2.1") { exclude group:'io.opentelemetry' exclude group:'com.microsoft.device.display' }...

Related common PR : https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2379 Broker PR : https://github.com/AzureAD/ad-accounts-for-android/pull/2772

test-automation

**Describe the bug** I am building an app that uses MSAL B2C to authenticate users. Getting a token interactively works as expected for all users but getting a token silently...

**Describe the bug** Since a few days we experience issues with our app that uses Microsoft Authenticator as broker. The crash happens almost always immediately after opening the app. (when...

I use MSAL in an app that supports login and edit profile features via Azure B2c. However, when the user logs in and tries to go to edit their profile...

Enhancement