Forum Discussion
How to set reply URL
I am having an issue with some users receiving an error like what is described here when they try to log in to Power BI. I have found a lot of solutions that reference setting the reply URL, but I can't figure out where to do that. I haven't found anything where it specifically states where to make that change. This is a new issue so I'm also not sure if this is part of a bigger issue or not. If someone can point me to what I need, I would appreciate it.
Thank you in advance!!
Hi aak ,
In the referenced article here: AAD Auth Failures - Incorrectly configured reply URLs for application | Microsoft Docs
It states that you have to do at least this (review the section called "The Solution")
- Sign into portal.azure.com with an account that's an administrator on your tenant.
- Navigate to Azure Active Directory in the left side bar > App registrations > Your app > Authentication > Redirect URIs.
- Type the domain name where you're hosting your app (eg. http://localhost or http://app.myapp.com) and click Save.
2 Replies
- collinqSuper User
Hi aak ,
In the referenced article here: AAD Auth Failures - Incorrectly configured reply URLs for application | Microsoft Docs
It states that you have to do at least this (review the section called "The Solution")
- Sign into portal.azure.com with an account that's an administrator on your tenant.
- Navigate to Azure Active Directory in the left side bar > App registrations > Your app > Authentication > Redirect URIs.
- Type the domain name where you're hosting your app (eg. http://localhost or http://app.myapp.com) and click Save.