Identity ResourceΒΆ
This class models an identity resource.
EnabledIndicates if this resource is enabled and can be requested. Defaults to true.
NameThe unique name of the identity resource. This is the value a client will use for the scope parameter in the authorize request.
DisplayNameThis value will be used e.g. on the consent screen.
DescriptionThis value will be used e.g. on the consent screen.
RequiredSpecifies whether the user can de-select the scope on the consent screen (if the consent screen wants to implement such a feature). Defaults to false.
EmphasizeSpecifies whether the consent screen will emphasize this scope (if the consent screen wants to implement such a feature). Use this setting for sensitive or important scopes. Defaults to false.
ShowInDiscoveryDocumentSpecifies whether this scope is shown in the discovery document. Defaults to true.
UserClaimsList of associated user claim types that should be included in the identity token.