Ionic Angular authentication with EntraID (Azure) in Android app?
Hello.
I've correctly set up my Android app in the Azure portal, but I still get the error: Navigation not possible: msauth://[……] is not reachable. What else do I need to configure? Is there documentation for this somewhere? I can't find anything :/
I use MSAL.
Thanks 🙂
Here are tips that can help you:
Redirect-URI configuration:
Make sure you have configured the correct Redirect URL on your Azure portal. For Android apps should be the format.
Check whether the redirect URL URL is correctly entered in the app registration under “Redirect URIs”.
Generate signature hash:
AndroidManifest.xml customize:
MSAL configuration:
Links:
If you still have problems, it might be helpful to have your app registration and
to check again or consult the official Microsoft forums and GitHub isue trackers.