From 27f0c9c70f8dfe1e4ffb6031e4a9569dff347bb2 Mon Sep 17 00:00:00 2001 From: Eric Leijonmarck Date: Fri, 27 Jan 2023 14:26:35 +0100 Subject: [PATCH] Auth: Doc change url for getting JWT (#62319) docs: change url for getting JWT --- devenv/docker/blocks/auth/oauth/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devenv/docker/blocks/auth/oauth/readme.md b/devenv/docker/blocks/auth/oauth/readme.md index 60c87d8d508..a935f2c8682 100644 --- a/devenv/docker/blocks/auth/oauth/readme.md +++ b/devenv/docker/blocks/auth/oauth/readme.md @@ -59,7 +59,7 @@ You can obtain a jwt token by using the following command for oauth-admin: ```sh curl --request POST \ - --url http://localhost:8087/auth/realms/grafana/protocol/openid-connect/token \ + --url http://localhost:8087/realms/grafana/protocol/openid-connect/token \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data client_id=grafana-oauth \ --data grant_type=password \