TheNetworg / oauth2-azure

Azure AD provider for the OAuth 2.0 Client.
https://packagist.org/packages/thenetworg/oauth2-azure
MIT License
231 stars 108 forks source link

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

Open david-inertia opened 5 years ago

david-inertia commented 5 years ago

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.

Stoufiler commented 5 years ago

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

HumanG33k commented 4 years ago

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.

hajekj commented 4 years ago

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