Skip to content

Class: IdentityAssertionCredentialJWTClass

A JWT-encoded VC that wraps an

identity assertion credential

for identity proofing and verification in GOV.UK One Login.

__

JSON schema: IdentityAssertionCredentialJWT.json

__

URI: di_vocab:class/IdentityAssertionCredentialJWTClass

classDiagram class IdentityAssertionCredentialJWTClass click IdentityAssertionCredentialJWTClass href "../../classes/IdentityAssertionCredentialJWTClass/" JWTClass <|-- IdentityAssertionCredentialJWTClass click JWTClass href "../../classes/JWTClass/" IdentityAssertionCredentialJWTClass : aud IdentityAssertionCredentialJWTClass : exp IdentityAssertionCredentialJWTClass : iat IdentityAssertionCredentialJWTClass : iss IdentityAssertionCredentialJWTClass : jti IdentityAssertionCredentialJWTClass : nbf IdentityAssertionCredentialJWTClass : sub IdentityAssertionCredentialJWTClass : vc IdentityAssertionCredentialJWTClass --> "1" IdentityAssertionCredentialClass : vc click IdentityAssertionCredentialClass href "../../classes/IdentityAssertionCredentialClass/"

Inheritance

  • JWTClass
    • IdentityAssertionCredentialJWTClass

Slots

Name Cardinality and Range Description Inheritance
vc 1
IdentityAssertionCredentialClass
direct
iss 0..1
Uri
The iss (issuer) claim identifies the principal that issued the JWT JWTClass
sub 0..1
Uri
The sub (subject) claim identifies the principal that is the subject of the... JWTClass
nbf 0..1
Integer
The nbf (not before) claim identifies the time the JWT is valid from JWTClass
exp 0..1
Integer
The exp (expiration time) claim identifies the time the JWT expires JWTClass
aud 0..1
Uri
The aud (audience) claim identifies the recipients that the JWT is intended... JWTClass
iat 0..1
Integer
The iat (issued at) claim identifies the time at which the JWT was issued JWTClass
jti 0..1
Uri
The jti (JWT ID) claim identifies the unique identifier of the JWT JWTClass

See Also

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: IdentityAssertionCredentialJWTClass
description: 'A [JWT-encoded VC](https://www.w3.org/TR/vc-data-model/#json-web-token)
  that wraps an

  [identity assertion credential](../IdentityAssertionCredentialClass)

  for identity proofing and verification in GOV.UK One Login.


  JSON schema: [IdentityAssertionCredentialJWT.json](../json-schemas/IdentityAssertionCredentialJWT.json)

  '
from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
see_also:
- ../json-schemas/IdentityAssertionCredentialJWT.json
is_a: JWTClass
attributes:
  vc:
    name: vc
    from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
    domain_of:
    - CoreIdentityJWTClass
    - InheritedIdentityJWTClass
    - IdentityCheckCredentialJWTClass
    - RiskAssessmentCredentialJWTClass
    - SecurityCheckCredentialJWTClass
    - IdentityAssertionCredentialJWTClass
    - AddressCredentialJWTClass
    range: IdentityAssertionCredentialClass
    required: true

Induced

name: IdentityAssertionCredentialJWTClass
description: 'A [JWT-encoded VC](https://www.w3.org/TR/vc-data-model/#json-web-token)
  that wraps an

  [identity assertion credential](../IdentityAssertionCredentialClass)

  for identity proofing and verification in GOV.UK One Login.


  JSON schema: [IdentityAssertionCredentialJWT.json](../json-schemas/IdentityAssertionCredentialJWT.json)

  '
from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
see_also:
- ../json-schemas/IdentityAssertionCredentialJWT.json
is_a: JWTClass
attributes:
  vc:
    name: vc
    from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
    alias: vc
    owner: IdentityAssertionCredentialJWTClass
    domain_of:
    - CoreIdentityJWTClass
    - InheritedIdentityJWTClass
    - IdentityCheckCredentialJWTClass
    - RiskAssessmentCredentialJWTClass
    - SecurityCheckCredentialJWTClass
    - IdentityAssertionCredentialJWTClass
    - AddressCredentialJWTClass
    range: IdentityAssertionCredentialClass
    required: true
  iss:
    name: iss
    description: The `iss` (issuer) claim identifies the principal that issued the
      JWT.
    from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
    rank: 1000
    alias: iss
    owner: IdentityAssertionCredentialJWTClass
    domain_of:
    - JWTClass
    range: uri
  sub:
    name: sub
    description: The `sub` (subject) claim identifies the principal that is the subject
      of the JWT.
    from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
    rank: 1000
    alias: sub
    owner: IdentityAssertionCredentialJWTClass
    domain_of:
    - JWTClass
    range: uri
  nbf:
    name: nbf
    description: The `nbf` (not before) claim identifies the time the JWT is valid
      from.
    from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
    rank: 1000
    alias: nbf
    owner: IdentityAssertionCredentialJWTClass
    domain_of:
    - JWTClass
    range: integer
  exp:
    name: exp
    description: The `exp` (expiration time) claim identifies the time the JWT expires.
    from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
    rank: 1000
    alias: exp
    owner: IdentityAssertionCredentialJWTClass
    domain_of:
    - JWTClass
    range: integer
  aud:
    name: aud
    description: The `aud` (audience) claim identifies the recipients that the JWT
      is intended for.
    from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
    rank: 1000
    alias: aud
    owner: IdentityAssertionCredentialJWTClass
    domain_of:
    - JWTClass
    range: uri
  iat:
    name: iat
    description: The `iat` (issued at) claim identifies the time at which the JWT
      was issued.
    from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
    rank: 1000
    alias: iat
    owner: IdentityAssertionCredentialJWTClass
    domain_of:
    - JWTClass
    range: integer
  jti:
    name: jti
    description: The `jti` (JWT ID) claim identifies the unique identifier of the
      JWT.
    from_schema: https://vocab.account.gov.uk/linkml/credentials-schema
    rank: 1000
    alias: jti
    owner: IdentityAssertionCredentialJWTClass
    domain_of:
    - JWTClass
    range: uri