I have to integrate Microsoft authentication API for login in the android app. for that I registered my app to the Azure portal, by providing a package name and Signature hash. Signature hash is generated using this command keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%.android\debug.keystore | openssl sha1 -binary | openssl base64
on app run, I'm getting this exception MsalClient Exception: The redirect URI does not match with the package name and signature hash. but both the package name and signature hash is the same at android and Azure. im following this tutorial https://learn.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-android