mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user