microsoft-authentication-library-common-for-android
microsoft-authentication-library-common-for-android copied to clipboard
Fixing Redirect Uri for Authenticator App, when migrating to MSAL
Address the following issue : Broker redirect uri is invalid. Expected: urn:ietf:wg:oauth:2.0:oob Actual: msauth://.......
A test build was provided to the Authenticator app with this change and it all looks good, we got a confirmation from the Authenticator team.
https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/1377
Ensure ADAL is not depending on this bit of code.