Trusted list
This page must be considered part of the iSHARE Framework
This page is considered normative and is therefore compliant with RFC 2119.
Response model
The model of the trustedListToken JWT response is available on the iSHARE OpenAPI documentation.
Decoded trusted_list_token parameters:
It contains iSHARE-compliant JWT claims. In addition to that, it also contains the following parameters:
trustedListArray of Objects. Root level.
Contains a collection of trusted certificate authorities.
subjectString. Contained in the object of
trustedList.Certificate authority subject name.
certificateFingerprintString. Contained in the object of
trustedList.SHA256 fingerprint of the certificate.
validityString. Contained in the object of
trustedList.Validity of the certificate. Available values are valid or invalid.
statusString. Contained in the object of
trustedList.Status of the certificate. Available values are granted, withdrawn, supervision ceased and undersupervision.
Example request
Example response
The response contains an encoded JWT, which looks like this:
After decoding, the example content of the JWT looks like this:
Last updated