Merk op, het afsprakenstelsel DSGO is nog in ontwikkeling. Zie de Aanpak ontwikkeling afsprakenstelsel voor meer informatie. Voor vragen of opmerkingen neem contact op met afsprakenstelseldsgo@digigo.nu

/trusted_list

Deze pagina’s zijn in het engels ten behoeve van mogelijk internationale ontwikkelaars


This endpoint MUST be implemented by the following roles:

Trust framework catalogue


Used to obtain a list of trusted certificate authorities which are trusted within the DSGO from the trust framework catalogue (provided by the DSGO Trust framework authority). The /trusted_list endpoint returns all eIDAS-qualified certificate authorities which are valid under DSGO.

The trust framework catalogue MUST provide information about trusted certificate authorities via the /trusted_list endpoint

Information about participants is provided in trusted_list objects, as defined below.

Trusted_list object

Parameters

Type

Description

Parameters

Type

Description

subject

Required

String

MUST be the certificate authority subject’s name.

certificate_fingerprint

Required

String

MUST be the SHA256 fingerprint of the certificate.

validity

Required

Object

Validity of the certificate. MUST contain the value valid or invalid.

status

Required

Object

Status of the certificate. MUST contain the value granted, withdrawn, supervisionceased or undersupervision.

{ "subject": "C=NL, O=Staat der Nederlanden, CN=TEST Staat der Nederlanden Organisatie Services CA - G3", "certificate_fingerprint": "DC13FC94FF0149DE1B07F7965F655AED54C6A6BDA7ADF71A732FFCFABC454C7A", "validity": "valid", "status": "granted" },

Endpoint

the /trusted_list endpoint follows the generic technical requirements, as well as the requirements specified for specific methods. The figure below gives an overview of the HTTP methods that are supported by the /trusted_list endpoint. These methods are further detailed and specified in the pages below: