Auth: Doc change url for getting JWT (#62319)

docs: change url for getting JWT
pull/62322/head
Eric Leijonmarck 2 years ago committed by GitHub
parent 847a5ab195
commit 27f0c9c70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 \

Loading…
Cancel
Save