oidc-1.0.0-alpha2/config/schema/oidc.realm.generic.schema.yml
config/schema/oidc.realm.generic.schema.yml
oidc.realm.generic.*:
type: config_object
label: OpenID Connect generic realm configuration
mapping:
config_url:
type: uri
label: URL of the well-known configuration
client_id:
type: string
label: Client ID
client_secret:
type: string
label: Client secret
scopes:
type: sequence
label: Scopes to request
request_userinfo:
type: boolean
label: Request userinfo
id_claim:
type: string
label: ID claim
username_claim:
type: string
label: Username claim
email_claim:
type: string
label: Email claim
given_name_claim:
type: string
label: Given name claim
family_name_claim:
type: string
label: Family name claim
auth_only:
type: boolean
label: Use only for authentication
display_name_format:
type: string
label: Display name format
default_rid:
type: string
label: Default role ID
nullable: true
