microsoft-authentication-library-common-for-android icon indicating copy to clipboard operation
microsoft-authentication-library-common-for-android copied to clipboard

Fixing Redirect Uri for Authenticator App, when migrating to MSAL

Open tanmaymanolkar1 opened this issue 3 years ago • 1 comments

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

tanmaymanolkar1 avatar Jun 03 '21 00:06 tanmaymanolkar1

Ensure ADAL is not depending on this bit of code.

shoatman avatar Jun 03 '21 18:06 shoatman