Directory. / developers

Developer documentation

Build against a real Directory of Participants

Directory implements the participant-registry pattern used by production Open Finance directories (UK Open Banking, Open Finance Brasil, PSD2 eIDAS-based ecosystems): mutual TLS, RFC 7591 dynamic client registration, JWS-signed software statements, and a public, versioned API. This section documents how to integrate with it.

/Key components

Trust anchor

Directory operates its own CA and JWS signing key. Every participant certificate chains to the CA published at GET /ca-certificate; every software statement is signed with the key published as a JWK Set at GET /jwks.json.

Participant registry

GET /organisations and GET /participants expose every active participant, their authorisation servers, certificates and software statements — unauthenticated, versioned, and always current.

/Where to start