Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Kleine wijzigingen: Aanpassingen t.b.v. leesbaarheid

...

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 trustedca_listinfo objects).

Request

Authorization

...

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 trustedca_listinfo objects as defined here.

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

The trust framework catalogue MUST include a trusted_list_token including of an (array of) the trusted_list array containing ca_info objects in a response to a successful GET calls to the /trusted_list endpoint

...