Skip to content

Slot: scope

The scope. A space-separated list of scopes which must include the openid value. Other options are email, phone and offline_access (returns a refresh token). Other custom scopes are available for internal requests.

URI: di_vocab:slot/scope Alias: scope

Applicable Classes

Name Description Modifies Slot
OpenIDConnectAuthenticationRequestClass An [Authentication Request compliant with OpenID Connect 2 no
AuthorizationRequestClass An [Authorization Request compliant with OAuth 2 no
IssuerAuthorizationRequestClass An Authorization Request that provides shared claims and other user/session d... no

Properties

  • Range: String

  • Required: True

Identifier and Mapping Information

Schema Source

  • from schema: https://vocab.account.gov.uk/linkml/credentials-schema

Mappings

Mapping Type Mapped Value
self di_vocab:scope
native di_vocab:scope

LinkML Source

name: scope
description: The scope.  A space-separated list of scopes which must include the `openid`
  value. Other options are `email`, `phone` and `offline_access` (returns a refresh
  token).  Other custom scopes are available for internal requests.
from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
rank: 1000
alias: scope
domain_of:
- AuthorizationRequestClass
- OpenIDConnectAuthenticationRequestClass
range: string
required: true