mirror of https://github.com/grafana/grafana.git
Auth: Doc change url for getting JWT (#62319)
docs: change url for getting JWT
This commit is contained in:
parent
847a5ab195
commit
27f0c9c70f
|
|
@ -59,7 +59,7 @@ You can obtain a jwt token by using the following command for oauth-admin:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl --request POST \
|
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' \
|
--header 'Content-Type: application/x-www-form-urlencoded' \
|
||||||
--data client_id=grafana-oauth \
|
--data client_id=grafana-oauth \
|
||||||
--data grant_type=password \
|
--data grant_type=password \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue