Docs: Add prerequisites to enable auth.jwt for url login (#57806)

* docs: add prerequisites

* Update docs/sources/setup-grafana/configure-security/configure-authentication/jwt/index.md
This commit is contained in:
Eric Leijonmarck 2022-11-01 21:21:07 +00:00 committed by GitHub
parent fb5401b8b9
commit c43e97cf37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,8 @@ can use URL login instead.
`url_login` allows grafana to search for a JWT in the URL query parameter
`auth_token` and use it as the authentication token.
**Note**: You need to have enabled JWT before setting this setting see section Enabled JWT
> **Warning**: this can lead to JWTs being exposed in logs and possible session hijacking if the server is not
> using HTTP over TLS.