lemonldap-ng/doc/sources/admin/openidconnectclaims.rst

33 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2020-05-14 23:29:41 +02:00
OpenID Connect claims
~~~~~~~~~~~~~~~~~~~~~
===================== ================ ======= =======================================
Claim name Associated scope Type Example of corresponding LDAP attribute
===================== ================ ======= =======================================
sub openid string uid
name profile string cn
given_name profile string givenName
family_name profile string sn
2020-05-18 09:56:39 +02:00
middle_name profile string
nickname profile string
2020-05-14 23:29:41 +02:00
preferred_username profile string displayName
profile profile string labeledURI
2020-05-18 09:56:39 +02:00
picture profile string
website profile string
2020-05-14 23:29:41 +02:00
email email string mail
email_verified email boolean
2020-05-18 09:56:39 +02:00
gender profile string
birthdate profile string
zoneinfo profile string
2020-05-14 23:29:41 +02:00
locale profile string preferredLanguage
phone_number phone string telephoneNumber
phone_number_verified phone boolean
2020-05-18 09:56:39 +02:00
updated_at profile string
2020-05-14 23:29:41 +02:00
formatted address string registeredAddress
street_address address string street
locality address string l
region address string st
postal_code address string postalCode
country address string co
===================== ================ ======= =======================================