# Test participants

## Test Service Consumer

Test implementation of a service-consuming iSHARE participant. Service Consumer does not expose any service; they only consume services. The former name of this party was **ABC Trucking**.

* **Party identifier**: did:ishare:EU.NL.NTRNL-10000001

{% file src="/files/glc9IAqAuOvIoAuBlgaQ" %}

## Test Participant Registry

Test implementation of the Participant Registry. The Participant Registry maintains the trusted list of all iSHARE participants. The former name of this party was **iSHARE Satellite**.

* **Party identifier**: did:ishare:EU.NL.NTRNL-10000000
* **API Endpoint base URL**: [https://sat-mw.uat.isharetest.net](https://sat-mw.uat.isharetest.net/)
* **OpenAPI Specification**: [Participant Registry OpenAPI](https://openapi.ishare.eu/)

{% file src="/files/n5PqdL1gFhvEEKXdhMY0" %}

{% hint style="info" %}
**Note**

`/certificate_validation`, `/me`, `/testing/generate-jws`, `/testing/generate-authorize-request` endpoints in Swagger UI are not a part of the official iSHARE specification. They are provided for additional test functionality only. Therefore, they are unavailable in the production environment.
{% endhint %}

## Test Service Provider A

Test implementation of a Service Provider. Besides the required /token and /capabilities endpoints, Test Service Provider exposes various services under iSHARE. The former name of this party was **Warehouse 13**.

* **Party identifier**: did:ishare:EU.NL.NTRNL-10000003
* **API Endpoint base URL**: [https://w13.isharetest.net](https://w13.isharetest.net/)
* **OpenAPI Specification**: [W13 Swagger UI](https://w13.isharetest.net/swagger)

{% file src="/files/MGLyE37N3QNqYpzdeZfw" %}

{% hint style="info" %}
**Note**

`/me`, and `/boom_access` endpoints in Swagger UI are neither a part of the official iSHARE specification nor W13 business logic-specific endpoints. They are provided for additional test functionality only.
{% endhint %}

## Test Service Provider B

Test implementation of an iSHARE Service Provider. Besides the required /token and /capabilities endpoints, Test Service Provider B exposes different services under iSHARE. The former name of this party was **Awesome Widgets**.

* **Party identifier**: did:ishare:EU.NL.NTRNL-10000002
* **API Endpoint base URL**: [https://awesome.isharetest.net](https://awesome.isharetest.net/)
* **OpenAPI Specification**: [AW Swagger UI](https://awesome.isharetest.net/swagger)

{% file src="/files/ODMRFXyJArTi4IAzvUCw" %}

{% hint style="info" %}
**Note**

`/me`, and `/boom_access` endpoints in Swagger UI are neither a part of the official iSHARE specification nor AW business logic-specific endpoints. They are provided for additional test functionality only.
{% endhint %}

## Test Entitled Party

Test implementation of an Entitled Party. Besides being a resource owner across many systems, Test Entitled Party also provides the possibility to manage authorisations in its systems. Just as an Authorisation Registry, this Entitled Party provides a /delegation endpoint. The former name of this party was **Banana & Co**.

* **Party identifier**: did:ishare:EU.NL.NTRNL-10000005
* **API Endpoint base URL**: [https://banana.isharetest.net](https://banana.isharetest.net/)
* **OpenAPI Specification**: [B\&C Swagger UI](https://banana.isharetest.net/swagger)
* **UI for policies management**: <https://banana.isharetest.net/admin>

{% file src="/files/Bl1mL3OQNsVS9EaRjpKW" %}

{% hint style="info" %}
**Note**

`/me` Endpoints in Swagger UI are neither a part of the official iSHARE specification nor B\&C business logic-specific endpoints. They are provided for additional test functionality only.
{% endhint %}

{% hint style="success" %}
**Tip**

If you need to test against this Entitled Party’s delegation endpoint, please [contact the iSHARE Foundation](https://ishare.eu/contact/), and we will issue an account for you in order to access the UI.
{% endhint %}

## Test Authorisation Registry

Test implementation of an Authorisation Registry. Users can get an account for the Authorisation Registry, so they can manage some dummy policies for testing authorisation flows.

{% hint style="warning" %}
**Warning**

This is merely a tool for testing and as such is not fit for production/live situations. The Registry gives an idea of what an Authorisation Registry could look like, but the entire user interface is not mandatory.
{% endhint %}

* **Party identifier**: did:ishare:EU.NL.NTRNL-10000004
* **API Endpoint base URL**: [https://ar.isharetest.net](https://ar.isharetest.net/)
* **OpenAPI Specification**: [AR Swagger UI](https://ar.isharetest.net/swagger)
* **UI for policies management**: <https://ar.isharetest.net/admin>

{% file src="/files/FivEckh3LEYhiw8Z64on" %}

{% hint style="info" %}
**Note**

`/me` and `/policy` endpoints in Swagger UI are not a part of the official iSHARE specification. They are provided for additional test functionality only.
{% endhint %}

{% hint style="success" %}
**Tip**

If you need to test against this Authorisation Registry’s delegation endpoint, please [contact the iSHARE Foundation](https://ishare.eu/contact/), and we will issue an account for you to access the UI.
{% endhint %}

## Test Identity Provider

Currently not available as a test implementation.

* **Party identifier**: did:ishare:EU.NL.NTRNL-10000006

{% file src="/files/NJnvHnid06jpUSoKu7QU" %}


---

# Agent Instructions: 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:

```
GET https://dev.ishare.eu/introduction/getting-started/test-participants.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
