Grafana opensource integrating with Azure AD : 404 file or directory not found error after click on

  • What Grafana version and what operating system are you using?

9.3

  • What are you trying to achieve?
    integrate Grafana opensource with Azure AD with Oauth2

  • How are you trying to achieve it?
    did everything thats in the documentation but it keeps giving different errors after clicking on sign in with Microsoft. the latest was 404 File or directory not found error. after clicking on sign in with Microsoft -the redirection is not working.

  • What happened?

it keeps giving different errors after clicking on sign in with Microsoft. the latest was 404 File or directory not found error. after clicking on sign in with Microsoft -the redirection is not working to the actual URL.

  • What did you expect to happen?
    load an Azure authentication page

  • Can you copy/paste the configuration(s) that you are having problems with?

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    404 file or directory not found error

Log
redirecting to local host (

/65dxxxx-dxxx-4cxx-aXXX-2ceyyy8YYYb/oauth2/v2.0/authorize?client_id=a3XXyy-075a-XXXX-9YYX-7dXXYY78deyyy&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fgrafana%2Flogin%2Fazuread&response_type=code&scope=openid+email+profile&state=7vAvM3p==================z_iKRYUZGoIM%3D

It might be necessary to set the root_url option in the [server]section of the Grafana configuration file.

Thanks Jan,
yes , i am trying that. appreciate your revert