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

shi roy 21 Reputation points
2021-02-26T00:58:49.747+00:00

Hi, Im getting this error message sometime while logging in, it seems this happens at random, could any help me check what the actual redirect url is? thank you so much!
72271-image.png

Date: 2/26/2021, 9:40:18 AM
Request ID: d2755ebb-ac79-45fc-9be8-ac2527460100
Correlation ID: f3f3995f-bc8e-4b6f-9e95-89bc66243840
Authentication requirement: Multi-factor authentication
Status: Failure
Sign-in error code: 50011

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,391 questions
0 comments No comments
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,556 Reputation points
    2021-02-26T04:07:43.663+00:00

    Hi @shi roy · Thank you for reaching out.

    By tracking the Correlation ID, I found,

    • The Reply URL in the authentication request is: http://localhost:8080/login/oauth2/code/azure
    • The Reply URL (Redirect URI) registered on the Application: 4ff64c65-d09a-4ed1-ac50-20b5283e8a41 is http://localhost:8080/login/oauth2/code/

    Note: There are multiple Reply URLs (Redirect URIs) registered on the Application. The one I have specified above is the one which is closely matching with the Reply URL in the authentication request.

    To resolve the issue, make sure the Reply URL registered on the Application matches with the one in the authentication request.

    -----------------------------------------------------------------------------------------------------------

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

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.