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

1. change uri in all files under raw foler to "msauth://com.microsoft.identity.client.sample.local/1wIqXSqBj7w%2Bh11ZifsnqwgyKrY%3D" 2. change application id in build.gradle to "com.msft.identity.client.msal.automationapp" 3. change host in manifest to "${applicationId}"

test-automation

Allow creation of SingleAccountPublicClientApplication with dynamic authority, client ID, and redirect URI. Supports creation via PublicClientApplicationConfiguration or creating it on the fly with provided arguments. Feel free to contact me...

**Describe the bug** Related to #1722 then when an app has a matching scheme, on Android 11 and greater it no longer throws any exception and proceeds with the creation...

Bug - P1

This PR - Removes old announcements from previous versions - Updates the version string in the gradle snippet - Removes the roadmap section, which has not been kept up-to-date

No-Changelog

Package Inspector does not find all apps starting from Android 11 - as per issue https://github.com/AzureAD/microsoft-authentication-library-for-android/issues/1516

Task: https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1254660 Create pipeline with the following configuration Prod MSAL - Dev BROKER Pipeline for review URL: https://identitydivision.visualstudio.com/Engineering/_build?definitionId=1791&_a=summary

### Comments and Changes Summary: - Use Regex rules to filter the log message under loggerCallback. There are two pools for the regex rules: `infoPIIToCheck` - items should not exist...

msal

Companion PR in common repo https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2390

msal

### Goal: The SDK currently throws Exceptions in some flows (e.g. ClientException when an empty username is passed, refresh token exceptions, etc.). We should refactor this and replace it with...

msal