oauth2-azure
oauth2-azure copied to clipboard
The reply url specified in the request does not match the reply urls configured for the application
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.
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
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.
Can you please give some example of the code and configuration? Screens from Azure Portal of the redirect URI setup as well please.