Tools, FAQ, Tutorials:
Azure AD v1 Error: Invalid Reply URL
Why Azure AD v1.0 display this error message: AADSTS50011: The reply url specified in the request does not match the reply URLsconfigured for the application?
✍: FYIcenter.com
The root cause of this error is that you forgot the
add the "redirect_uri" in your authentication request
to Application ID settings on Azure AD.
For example, if http://fyicenter.com/openID_receiver.php was not added to your "OpenID Test" application ID setting as a "Reply URL", and you are using it in your authentication request as the "redirect_uri" parameter, you will get the following error:
Request Id: db18f633-e264-472d-8591-6e5369760f13 Correlation Id: db18f633-e264-472d-8591-6e5369760f13 Message: AADSTS50011: The reply url specified in the request does not match the reply URLsconfigured for the application: 'bd51d56c-e744-4a58-91e1-9afd0d7e821c'. Advanced diagnostics: Enable If you plan on getting support for an issue, turn this on and try to reproduce the error. This will collect additional information that will help troubleshoot the issue.
Fixing the issue is easy. Just go back to Azure AD admin portal and add http://fyicenter.com/openID_receiver.php as "Reply URL" as described in the previous tutorial.
Â
⇒ Azure AD v1 Authentication Request Test Page
⇠Authentication Response Received from Azure AD v1
⇑⇑ OpenID Tutorials
2022-05-01, 1058👍, 0💬
Popular Posts:
How to write a policy to set and get custom variables? Here is a policy that sets and gets custom va...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...
How To Control Padding Spaces within a Table Cell? Cell padding spaces are spaces between cell inner...
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you t...