Added a oidc provider test

This commit is contained in:
Brian Leathem
2020-11-19 11:13:04 -08:00
parent 5c485ff60f
commit 78b390483d
4 changed files with 86 additions and 2 deletions
+3 -1
View File
@@ -60,13 +60,15 @@
"@types/cookie-parser": "^1.4.2",
"@types/express-session": "^1.17.2",
"@types/jwt-decode": "2.2.1",
"@types/nock": "^11.1.0",
"@types/openid-client": "^3.7.0",
"@types/passport": "^1.0.3",
"@types/passport-github2": "^1.2.4",
"@types/passport-google-oauth20": "^2.0.3",
"@types/passport-microsoft": "^0.0.0",
"@types/passport-saml": "^1.1.2",
"msw": "^0.21.2"
"msw": "^0.21.2",
"nock": "^13.0.5"
},
"files": [
"dist",