The OIDC protocol supports the scopes outlined in the table below. The scopes needed for your application will be whitelisted upon client registration.
scope | claim | type | example |
---|---|---|---|
string | test@test.com | ||
email_verified | boolean | true | |
phone | |||
phone | String in format +[\d]+ | +4670111222 | |
phone_verified | boolean | true | |
profile | given_name | string | Sven |
family_name | string | Svensson | |
date_of_birth | ISO 8601 | 1990-01-01 | |
locale | ISO 3166 | en-US | |
billing_address | billing_address | object | { |
national_identification_number | |||
national_identification_number | String in format /^\d{12}$/ | 199711211641 | |
national_identification_number_country | ISO 3166 | se |