> For the complete documentation index, see [llms.txt](https://dev.ishare.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ishare.eu/reference/authentication/get-trusted-ca-list.md).

# Get trusted CA List

Every iSHARE request must be signed with a certificate issued by a Certificate Authority (CA) on the iSHARE trusted list. Participants can retrieve this list via the **`/trusted_list`** endpoint. The trusted list consists of CAs of qualified Trust Service Providers (currently eIDAS issuers). The receiver of a signed request is responsible for verifying that the signer’s certificate chains to a CA from this list.

### Steps to Follow

**1.1 Create client assertion**\
The Service Provider creates a signed JWT client assertion to authenticate with the Participant Registry’s token endpoint.

**1.2 Request access token (`GET/POST /connect/token`)**\
The Service Provider sends the client assertion to the Participant Registry’s OAuth token endpoint to obtain an access token.

**1.3 Receive access token (`200 OK`)**\
The Participant Registry returns an access token (JWT).

**1.4 Request trusted list (`GET /trusted_list`)**\
The Service Provider calls the Participant Registry’s `/trusted_list` endpoint with the bearer token.

**1.5 Receive trusted CAs (`200 OK`)**\
The Participant Registry returns the trusted CA list (typically in an iSHARE-signed JWT).

<figure><img src="/files/82HGdf64cO7XvI8EEPsg" alt=""><figcaption><p>Get a list of trusted CA's from the /trusted_list capabilities endpoint</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://dev.ishare.eu/reference/authentication/get-trusted-ca-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
