Trusted list
Used to obtain the list of trusted certificate authorities (roots) as described in the iSHARE framework. Server response is an iSHARE signed JSON Web Token. Please refer to the models 'jwtHeader' and 'jwtPayloadTrustedListToken' which indicate what the decoded response will look like.
OAuth 2.0 authorization based on bearer token. MUST contain “Bearer “ + access token value. Must be provided if restricted endpoints are needed.
OK
OK
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