{% with connector_captured=connector.did_location connector_url=connector.connector_protocol_uri %} {% if connector_captured and connector_url and not connector.activated_at %} {# Sub-state B: captured, waiting for admin activation #}
Awaiting administrator approval

Waiting for administrator approval

You've submitted your identity and connector. An administrator will verify and activate them shortly. You can still edit the values below if you spot a mistake.

{% else %} {# Sub-state A: not yet captured, show onboarding fastpath #}
Administratively validated

One step left: your identity & connector

Your registration is validated. To plug you into the data space we need your organisation's identity (its DID) and one connector. There's no rush - your progress is saved, so come back whenever you're ready.

{% endif %}
A

I already have a DID and a connector

Fastest path

Your identity and your connector are two different things - enter each below. Need help finding them? See the guide.

{% csrf_token %}
1
Your identity - one DID
Identifies your legal entity
{% if connector.did_location %} Not checked yet {% endif %}

Enter the DID that identifies your organisation.

2
Your connector - one endpoint
You may run several; one is enough here
{% if connector.connector_protocol_uri %} Not checked yet {% endif %}

The DSP endpoint TAMIS should reach.

{% if connector_captured and connector_url and not connector.activated_at %}

An administrator will verify and activate your connector shortly.

{% else %} {% endif %}
{# TODO: Install-it-yourself branch - new panel with local-install checklist #} {# TODO: Use-a-provider branch - provider picker + hosted-connector configuration #}
{% endwith %}