Microsoft Security | Intune | Configuration Manager | Other
Other Configuration Manager-related features and issues
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want change redirect url in MSAL config dynamically on envoironment change
if we are qa.mysite.com the redirect url should be qa.mysite.com and on prod.mysite.com the redirect url should be prod.mysite.com
How can i achieve that ?
i tried using window.location.origin as redirect url but that is not working