microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Microsoft Authentication Library (MSAL) for Android
**Describe the bug** 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...
**Describe the bug** I need to load an image that requires a Bearer token as a request header. When I try to retrieve the token from MSAL, the call never...
Hi, I have a problem when try to build released app with proguard enable. we found an error like this when R8 minifiy Missing class com.google.crypto.tink.subtle.Ed25519Sign$KeyPair (referenced from: com.nimbusds.jose.jwk.OctetKeyPair com.nimbusds.jose.jwk.gen.OctetKeyPairGenerator.generate())...
We recently updated our signing key in the google play store and updated our app's redirect URL to use the updated signature. This resulted in an exception thrown by [PublicClientApplicationConfiguration::verifyRedirectUriWithAppSignature()](https://github.com/AzureAD/microsoft-authentication-library-for-android/blob/e4f0e05b309ebda1a3c529f37dbde7052a3e8951/msal/src/main/java/com/microsoft/identity/client/PublicClientApplicationConfiguration.java#L588)...
Hello, I’m encountering an issue with the following stack trace: ``` MyAuthentication failed: com.microsoft.identity.client.exception.MsalClientException: java.lang.IllegalStateException: Unable to extract the trust manager on Android10Platform, sslSocketFactory is class com.microsoft.identity.common.java.net.SSLSocketFactoryWrapper com.microsoft.identity.client.exception.MsalClientException: java.lang.IllegalStateException: Unable...
**Describe the bug** This issue pops up for some of our production users. After starting the authentication flow and selecting a user certificate, the MSAL library request results in an...
Hello, I'm currently implementing a B2C SingleAccountPublicClientApplication. Our system requires that the authority be built at runtime using dynamic data such as tenant name, authority host, and sign in policy...
### Summary This PR adds a switch to msalTestApp to pass a WebAuthn query key/value to the extra query parameters parameter when on. (Query parameter for WebAuthn will be "&webauthn=1"....
[A default configuration](https://github.com/AzureAD/microsoft-authentication-library-for-android/blob/dev/msal/consumer-rules.pro) is shipped with this library;
Deleted very old announcements