Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 871 Bytes

File metadata and controls

22 lines (17 loc) · 871 Bytes

openid-client conformance tests

build

A conformance test suite for openid-client library certification of Basic RP, Implicit RP, Hybrid RP, Dynamic RP and Config RP profiles.

Executes tests with expectations defined in RP test tool and downloads the log archive for each of the tested profiles.

$ nvm use
$ npm install
...
$ npm run "basic" # or "id_token-implicit", "id_token+token-implicit", "code+id_token-hybrid", "code+token-hybrid", "code+id_token+token-hybrid", "config", "dynamic" or "non-profile"
...