Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.46 KB

File metadata and controls

34 lines (19 loc) · 1.46 KB

Open Banking Logo

The Dynamic Client Registration Conformance Tool is an Open Source test tool provided by Open Banking.

The Dynamic Client Registration APIs allow TPPs to register one or more clients with ASPSPs in a manner that offers very low friction and removes hurdles and barriers to entry. The goal of the DCR Conformance Tool is to allow implementers of DCR to test an interface against the DCR standard.

The supporting documentation assumes technical understanding of the Open Banking ecosystem and DCR. An introduction to the concepts is available via the Open Banking Website.

Quickstart

See the guide at QUICK-START.md.

Specification

Release v1.4.0 (11th May 2026)

See full list changes (v1.4.0.md)

Development

Requirements

  • Go 1.17

Build and Run

To run against Ozone:

git clone git@bitbucket.org:openbankingteam/conformance-dcr.git && cd conformance-dcr && make build && ./dcr -config-path configs/config.json