microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Microsoft Authentication Library (MSAL) for Android
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}"
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...
Android 11+ no longer throws MsalClientException when matching URL scheme defined in multiple apps
**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...
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
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...
Companion PR in common repo https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2390
### 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...