Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Retrieves a list of all certificate authorities which are trusted within the DSGO to the requesting party from the trust framework catalogue.

Excerpt
nameget trusted_list
Panel
panelIconId2705
panelIcon:white_check_mark:
panelIconText
bgColor#FFF0B3

The trust framework catalogue MUST support a GET call to a /trusted_list endpoint to retrieve a list of DSGO participants (in an array of trusted_list objects).

Request

Authorization

An access token is used in GET calls to the /trusted_list endpoint. For more information, see Access Token.

Excerpt
nameget trusted_list 2
Panel
panelIconId2705
panelIcon:white_check_mark:
panelIconText
bgColor#FFF0B3

The trust framework catalogue MUST validate that a GET call to a /trusted_list endpoint includes the Authorization header according to RFC 6750 and contains a valid access token

...

For information about the parameters that are common to the trust framework’s API’s see Generic API Requirements.

Expand
titleExample request for a succesful GET /trusted_list call
Code Block
languagejson
> Authorization: Bearer IIeDIrdnYo2ngwDQYJKoZIhvcNAQELBQAwSDEZMBcGA1UEAwwQaVNIQ

GET /trusted_list

...

Successful, the response contains data providing the requested list of trusted certificate authorities requested parties information in a trusted_list_token. The trusted_list_token is a signed JWT, which contains the claims as defined in the Authentication JWT, and additionally contains an array of trusted_list objects.

...