Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 923 Bytes

README.MD

File metadata and controls

24 lines (14 loc) · 923 Bytes

oidc-provider tests

This repo contain some test to acts as a proof of possible issues into oidc-provider repo.

How to use it?

To execute the test just:

  1. Download the code to your machine
  2. execute npm install
  3. execute test using npm run test-*

There are a script for each test/issue in package.json, so to execute the test just have a look to the script section in package.json.

Tests

There are the next test:

  • "test-responseType" corresponding with issue 558
  • "test-auth" corresponding with issue 559
  • "test-logoutNoSession" corresponding with issue 566
  • "test-requiredOAuthParams" corresponding with issue 577