Skip to content

Claims

This content is for v8.x. Switch to the latest version for up-to-date documentation.

Describes the claims that the OpenID Provider MAY be able to supply values for.
It is used to achieve two different things related to claims:

  • which additional claims are available to RPs (configure as { claimName: null })
  • which claims fall under what scope (configure { scopeName: ['claim', 'another-claim'] })

default value:

{
acr: null,
auth_time: null,
iss: null,
openid: [
'sub'
],
sid: null
}

(Click to expand) OpenID Connect 1.0 Standard Claims

See /recipes/claim_configuration.md