AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application error while authenticating grafana with Azure AD

Devendra Reddy 1 Reputation point
2021-04-27T13:26:10.64+00:00

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

Request Id: 22c0b916-51fb-476d-9442-364d0ec90701
Correlation Id: 42558e78-4ee9-4b59-a0bd-cc75b6905371
Timestamp: 2021-04-27T13:20:48Z
Message: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application:

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,871 Reputation points Moderator
    2021-04-27T14:33:13.847+00:00

    Hi @Devendra Reddy · Thank you for reaching out.

    To resolve the issue, make sure the reply url in the authentication request matches with the reply url (redirect uri) registered in the application. Based on the CorrelationID/RequestID:

    • Reply URL in authentication request is: http://localhost:3000/login/azuread
    • Reply URL (redirect uri) registered in the application is: https://cbxxxxana.xxxxdev.fuxxxxxxxxic.io/azuread

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

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


  2. Devendra Reddy 1 Reputation point
    2021-05-10T07:27:59.907+00:00

    No still it is not working after adding Reply url to http://localhost:3000/login/azuread

    0 comments No comments

  3. John Tambi 1 Reputation point
    2021-11-18T17:26:34.57+00:00

    Hi there. You can configure root_url in the grafana.ini file
    server:
    root_url: https://your.domain.com:3000

    Then grafana will sent this URL as a reply URL to the Azure AD

    0 comments No comments

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.