com.microsoft.identity.client.exception.MsalClientException for Intune Company Portal #1686
-
Hello. We create an android application (MSAL 2.+) with AAD integration and an intune company portal. I've generated a URI Redirect and registered application on AAD.
What am I doing wrong? Sorry if this place is not good for questions like that:) thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @arpusspzoo When
You can follow the instructions in our quickstart and that would guide you towards creating the redirect uri correctly: https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#add-a-redirect-uri |
Beta Was this translation helpful? Give feedback.
Hi @arpusspzoo When
broker_redirect_uri_registered
is set totrue
then you need to make the redirect uri match the following format:"redirect_uri" : "msauth://<YOUR_PACKAGE_NAME>/<YOUR_BASE64_URL_ENCODED_PACKAGE_SIGNATURE>",
You can follow the instructions in our quickstart and that would guide you towards creating the redirect uri correctly: https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#add-a-redirect-uri