An open API service indexing awesome lists of open source software.

https://github.com/joolfe/node-oidc-provider-issues

Some test to prove possible issues in node-oidc-provider library
https://github.com/joolfe/node-oidc-provider-issues

Last synced: 9 months ago
JSON representation

Some test to prove possible issues in node-oidc-provider library

Awesome Lists containing this project

README

          

# oidc-provider tests

This repo contain some test to acts as a proof of possible issues into [oidc-provider](https://github.com/panva/node-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](https://github.com/panva/node-oidc-provider/issues/558)
- "test-auth" corresponding with issue [559](https://github.com/panva/node-oidc-provider/issues/559)
- "test-logoutNoSession" corresponding with issue [566](https://github.com/panva/node-oidc-provider/issues/566)
- "test-requiredOAuthParams" corresponding with issue [577](https://github.com/panva/node-oidc-provider/issues/577)