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 17:21:07 -04:00
committed by GitHub
parent fb5401b8b9
commit c43e97cf37
@@ -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.