question

VadimStakhnyuk-9934 avatar image
0 Votes"
VadimStakhnyuk-9934 asked azure-cxp-api edited

AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application

I am running into this issue when trying to sign in using an application I built. The problem that I am having is that it is working for all users except for 1 who keeps getting this AADSTS50011 error when he tries to link his outlook with our app.

I have double checked our Reply URI's and they are exactly the same as the request. I even looked at the persons who is having this issue computer, and read the URL in the browser, and it is also showing the correct reply URI. So I am not sure why it is not working.

I have also read a couple other threads regarding this same issue, and it does not look like they pertain to the issue that I am having.

69791-ms-issue.png


azure-ad-authentication
ms-issue.png (35.7 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @VadimStakhnyuk-9934 , have you looked at this thread? If the answer is not in there I would recommend a support request, which I can set you up with a free ticket. Please let me know.

Thank you,
James


1 Vote 1 ·

Hello James,

Thank you for the response. The issue in the link you sent is different from what I am running into. I have tested this Auth Flow on a few computers, it has worked on all of them except for 1 computer which is returning the error.

I have double checked everything to make sure that my Reply URI is the same as the request URI.

Also, for clarification, this auth is built into a React App.

Thanks,
Vadim Stakhnyuk

0 Votes 0 ·

1 Answer

amanpreetsingh-msft avatar image
0 Votes"
amanpreetsingh-msft answered

Hi @VadimStakhnyuk-9934 · Thank you for reaching out.

By tracking the request id, I found that the reply url registered in the authentication request is https://www.clxxxxxxxxu.com/home/myClients but the Reply URL (Redirect URI) registered in the application is https://clxxxxxxxxu.com/home/myClients.

To resolve the issue, please update the Reply URL (Redirect URI) registered in the application to https://www.clxxxxxxxxu.com/home/myClients.


Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.