Forum Discussion
aak
5 years agoHelper I
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 ca...
- 5 years ago
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.
collinq
5 years agoSuper 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.