mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
f9469e3f99
* run prettier Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * add scim to comparison Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
253 B
253 B
user: The current user. This may beNoneif there is no contextual user. See (User)
Example:
return {
"custom_attribute": request.user.attributes.get("custom_attribute", "default"),
}