Scope (List)#

Path: /profiles/profile/settings/authorization-server/scopes/scope

Keys: id

Parameters#

NameTypeRequiredDefaultDescription
idstringrequired-
is-prefixbooleanoptionalfalseWhether this is a prefix scope. Prefix scopes allow clients to use dynamic scopes that start with a prefix, but may have any value after that.
descriptionstringoptional-
time-to-liveuint32optional-The number of seconds a scope will be valid
requiredbooleanoptionalfalseWhether the scope is required in the request (but not necessarily granted) when configured for any client in the profile or during registration of a non-templatized dynamic clients when all scopes or this scope in particular is allowed to be registered by dynamic clients.
expose-in-metadatabooleanoptionaltrueExpose this scope as part of the published metadata.
claimsmulti-value leafref → ../../../claims/claim/nameoptional-The claims that are issued when the client is granted this scope of access
token-issuance-authorizerleafref → ../../../token-issuance-authorizers/token-issuance-authorizer/idoptional-The Token Issuance Authorizer to run when deciding whether the scope is allowed to be issued.

Subsections#

NameTypeDescription
properties Section

Was this helpful?