splig / conformance-dcr

Forked from OB UK Conformance Suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 a 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.3.1 (6th December 2021)

See full list changes (v1.3.1.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

About

Forked from OB UK Conformance Suite

License:MIT License


Languages

Language:Go 97.9%Language:Makefile 1.6%Language:Shell 0.3%Language:Dockerfile 0.3%