How to support MSAL in an Android app that does not require rebuilding for each tenant/client ID #1781
Unanswered
rukshanfonseka
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At present I have the msal_config.json generated dynamically so I can inject Tenant ID and Client ID. I am trying to build an app that does not need to be rebuilt for each Azure AD organization. I want to get an idea of how others handle this?
Do you configure Tenant ID and Client ID from MDM?
The redirect URI I automatically generate it as it is based entirely of details the apps should know off i.e signing key signature and package name.
Beta Was this translation helpful? Give feedback.
All reactions