oauth2-azure icon indicating copy to clipboard operation
oauth2-azure copied to clipboard

The reply url specified in the request does not match the reply urls configured for the application

Open david-inertia opened this issue 5 years ago • 3 comments

Hi,

I have integrated your php code for Azure AD, however I am getting this error:

AADSTS50011: The reply url specified in the request does not match the reply urls configured for the application.

There are no more reply urls, but I believe redirect Urls are the same thing. I have added a redirect url in authentication for my app in Azure AD, but I am still getting this error, is there any other setting I need to check?

Please let me know if there are any additional details you may require for the same.

david-inertia avatar Jul 24 '19 05:07 david-inertia

you need to specify the reply url in your azure portal in your app settings

maybe something like this : https://mybeautifulapp/connect/check/azure

Hope it will help

Stoufiler avatar Aug 14 '19 08:08 Stoufiler

The same issue look related to "CSRF attack if" in my case. Can somebody try with the example code and tell me if the same issue occurs or it’s just for me ? I already have configure the uri in app settings.

HumanG33k avatar Jan 07 '20 00:01 HumanG33k

Can you please give some example of the code and configuration? Screens from Azure Portal of the redirect URI setup as well please.

hajekj avatar Jan 07 '20 07:01 hajekj