From d0b52812d5b36a6cd92cd5f08c37238160fd1fde Mon Sep 17 00:00:00 2001 From: Adam Engebretson Date: Mon, 29 Aug 2022 11:11:18 +0000 Subject: [PATCH] website/docs: add mention of custom JWT Claims (#3495) Signed-off-by: Adam Engebretson --- website/docs/property-mappings/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/property-mappings/index.md b/website/docs/property-mappings/index.md index 87b31611b..d2d8b4504 100644 --- a/website/docs/property-mappings/index.md +++ b/website/docs/property-mappings/index.md @@ -25,4 +25,4 @@ These are configured with most common LDAP setups. ## Scope Mapping -Scope Mappings are used by the OAuth2 Provider to map information from authentik to OAuth2/OpenID Claims. +Scope Mappings are used by the OAuth2 Provider to map information from authentik to OAuth2/OpenID Claims. Values returned by a Scope Mapping are added as custom claims to Access and ID tokens.