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
- Host: GitHub
- URL: https://github.com/joolfe/node-oidc-provider-issues
- Owner: joolfe
- Created: 2019-10-23T14:45:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T16:51:56.000Z (over 6 years ago)
- Last Synced: 2025-02-06T09:35:14.122Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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)