API
/.well-known/openid-credential-issuer
get
A public endpoint for the GOV.UK Wallet to retrieve metadata about the credential issuer.
Responses
Status | Description | Schema |
---|---|---|
200 |
Credential issuer’s metadata.
|
MetadataResponse |
Schemas
MetadataResponse
Name | Type | Required | Description | Schema |
---|---|---|---|---|
credential_issuer | string | true | URL of the credential issuer. |
|
credential_endpoint | string | true | URL of the credential issuer’s credential endpoint. |
|
notification_endpoint | string | false | URL of the credential issuer’s notification endpoint. |
|
authorization_servers | array | true | Set containing the URL of the authorization server(s) the credential issuer relies on for authorization. |
|
credential_configurations_supported | object | true | Information about the credential(s) issued by the credential issuer. |
CredentialConfigurationsSupported |
CredentialConfigurationsSupported
Information about the credential(s) issued by the credential issuer.
Name | Type | Required | Description | Schema |
---|---|---|---|---|
fishingLicence | object | true | A credential issued by the credential issuer. |
FishingLicence |
FishingLicence
A credential issued by the credential issuer.
Name | Type | Required | Description | Schema |
---|---|---|---|---|
format | string | true | Format of the credential. |
|
credential_definition | object | true | Description of the credential type. |
CredentialDefinition |
cryptographic_binding_methods_supported | array | true | Set of methods available for cryptographically binding the issued credential. |
|
credential_signing_alg_values_supported | array | true | Set of algorithms that the credential issuer uses to sign the credential. |
|
proof_types_supported | object | true | Key proof(s) supported by the credential issuer. |
ProofTypesSupported |
display | array | true | Display properties of the credential, such as the display name, logo, background colour, etc. |
FishingLicenceDisplay |
credentialSubject | object | true | Display properties of the subject of the credential. |
CredentialSubject |
CredentialDefinition
Description of the credential type.
Name | Type | Required | Description | Schema |
---|---|---|---|---|
type | array | true |
ProofTypesSupported
Key proof(s) supported by the credential issuer.
Name | Type | Required | Description | Schema |
---|---|---|---|---|
jwt | object | true | Jwt |
Jwt
Name | Type | Required | Description | Schema |
---|---|---|---|---|
proof_signing_alg_values_supported | array | true | ||
key_attestations_required | object | true |
FishingLicenceDisplay
Name | Type | Required | Description | Schema |
---|---|---|---|---|
name | string | true | ||
locale | string | true | ||
background_color | string | true | ||
text_color | string | true |
CredentialSubject
Display properties of the subject of the credential.
Name | Type | Required | Description | Schema |
---|---|---|---|---|
name | array | true | Name | |
fishingLicenceRecord | object | true | FishingLicenceRecord |
Name
Name | Type | Required | Description | Schema |
---|---|---|---|---|
nameParts | array | true | NameParts |
NameParts
Name | Type | Required | Description | Schema |
---|---|---|---|---|
display | array | true | Display |
Display
Name | Type | Required | Description | Schema |
---|---|---|---|---|
name | string | true | ||
locale | string | true |
FishingLicenceRecord
Name | Type | Required | Description | Schema |
---|---|---|---|---|
licenceNumber | object | true | LicenceNumber | |
expirationDate | object | true | ExpirationDate |
LicenceNumber
Name | Type | Required | Description | Schema |
---|---|---|---|---|
display | array | true | Display |
ExpirationDate
Name | Type | Required | Description | Schema |
---|---|---|---|---|
display | array | true | Display |