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
pull/58021/head
Eric Leijonmarck 3 years ago committed by GitHub
parent fb5401b8b9
commit c43e97cf37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/setup-grafana/configure-security/configure-authentication/jwt/index.md

@ -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.

Loading…
Cancel
Save