Skip to content

Commit

Permalink
fix!: remove deprecated passport-oxd
Browse files Browse the repository at this point in the history
close #516
  • Loading branch information
christian-hawk committed Dec 30, 2022
1 parent 04fdda0 commit 7625be6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 274 deletions.
266 changes: 0 additions & 266 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"passport-facebook": "^3.0.0",
"passport-github": "^1.1.0",
"passport-google-oauth2": "^0.2.0",
"passport-oxd": "^4.1.0",
"passport-saml": "^3.2.4",
"passport-twitter": "git+https://github.com/GluuFederation/passport-twitter.git",
"passport-windowslive": "^1.0.2",
Expand Down
7 changes: 0 additions & 7 deletions server/extra-passport-params.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ const params = R.once(() => [
decryptionCert: fs.readFileSync(global.config.spTLSCert, 'utf-8')
}
},
{
strategy: 'passport-oxd',
passportAuthnParams: {
scope: ['openid', 'email', 'profile']
},
options: {}
},
{
strategy: 'openid-client',
passportAuthnParams: {
Expand Down

0 comments on commit 7625be6

Please sign in to comment.