From 676e5de3d2566bc31f6da3ddc12a2e7e69743b3d Mon Sep 17 00:00:00 2001 From: linoman <2051016+linoman@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:15:27 +0200 Subject: [PATCH] Reword JWT config claim (#69356) Co-authored-by: ptz-xyt <104002657+ptz-xyt@users.noreply.github.com> --- .../configure-security/configure-authentication/jwt/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/jwt/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/jwt/index.md index 62bef87d9de..4252ffa0b62 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/jwt/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/jwt/index.md @@ -36,7 +36,7 @@ header_name = X-JWT-Assertion ## Configure login claim -To identify the user, some of the claims needs to be selected as a login info. You could specify a claim that contains either a username or an email of the Grafana user. +To identify the user, some of the claims needs to be selected as a login info. The subject claim called `"sub"` is mandatory and needs to identify the principal that is the subject of the JWT. Typically, the subject claim called `"sub"` would be used as a login but it might also be set to some application specific claim.