Claims
Available Claims
Describes the claims that this authorization server 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'] })
See Configuring OpenID Connect 1.0 Standard Claims
default value:
{ acr: null, auth_time: null, iss: null, openid: [ 'sub' ], sid: null}