feat: [#12248] Update to latest @davidzemon/passport-oauth-okta

Signed-off-by: David Zemon <david@zemon.name>
This commit is contained in:
David Zemon
2022-07-06 12:08:16 -05:00
parent 777bddd123
commit 58005b8bcd
4 changed files with 18 additions and 28 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-auth-backend': minor
'@backstage/plugin-auth-backend': patch
---
Add new config option for okta auth server and IDP
+1 -1
View File
@@ -40,7 +40,7 @@
"@backstage/config": "^1.0.1",
"@backstage/errors": "^1.1.0-next.0",
"@backstage/types": "^1.0.0",
"@davidzemon/passport-okta-oauth": "^0.0.4-2",
"@davidzemon/passport-okta-oauth": "^0.0.4",
"@google-cloud/firestore": "^5.0.2",
"@types/express": "^4.17.6",
"@types/passport": "^1.0.3",
-20
View File
@@ -1,20 +0,0 @@
/*
* Copyright 2020 The Backstage Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
declare module '@davidzemon/passport-okta-oauth' {
export class Strategy {
constructor(options: any, verify: any);
}
}
+16 -6
View File
@@ -2126,12 +2126,13 @@
dependencies:
"@date-io/core" "^1.3.13"
"@davidzemon/passport-okta-oauth@^0.0.4-2":
version "0.0.4-2"
resolved "https://registry.npmjs.org/@davidzemon/passport-okta-oauth/-/passport-okta-oauth-0.0.4-2.tgz#67155fa1f591a30e65bb8b1c8a1433280ec515e2"
integrity sha512-RYyDc1w12LbpTfnTzxmVfyyvkVYYPHoH4TIUAozv27TY1VgY/QEpla2G7fidXDFlu/6itsK0s678s2idd2jhhg==
"@davidzemon/passport-okta-oauth@^0.0.4":
version "0.0.4"
resolved "https://registry.npmjs.org/@davidzemon/passport-okta-oauth/-/passport-okta-oauth-0.0.4.tgz#25cfdb8f4abee1038449d4c62ada9566b286b55d"
integrity sha512-LYGDtnYnmAvBDpSfdjzq0Ip6VJRlt3vRPECGrJDT6CQHNlt34UpeqQDvDSPPplSUmZkxJcS+mQk++l4Kqxkzaw==
dependencies:
passport-oauth "^1.0.0"
"@types/passport-oauth2" "^1.4.11"
passport-oauth2 "^1.6.1"
pkginfo "^0.4.1"
uid2 "^1.0.0"
@@ -6815,6 +6816,15 @@
"@types/oauth" "*"
"@types/passport" "*"
"@types/passport-oauth2@^1.4.11":
version "1.4.11"
resolved "https://registry.npmjs.org/@types/passport-oauth2/-/passport-oauth2-1.4.11.tgz#fbca527ecb44258774d17bcb251630c321515fa9"
integrity sha512-KUNwmGhe/3xPbjkzkPwwcPmyFwfyiSgtV1qOrPBLaU4i4q9GSCdAOyCbkFG0gUxAyEmYwqo9OAF/rjPjJ6ImdA==
dependencies:
"@types/express" "*"
"@types/oauth" "*"
"@types/passport" "*"
"@types/passport-saml@^1.1.3":
version "1.1.3"
resolved "https://registry.npmjs.org/@types/passport-saml/-/passport-saml-1.1.3.tgz#efc57902a07ebe1ec114d00acd8d990e873813a1"
@@ -20358,7 +20368,7 @@ passport-oauth2@1.6.1, passport-oauth2@1.x.x, passport-oauth2@^1.1.2, passport-o
uid2 "0.0.x"
utils-merge "1.x.x"
passport-oauth@1.0.0, passport-oauth@^1.0.0:
passport-oauth@1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/passport-oauth/-/passport-oauth-1.0.0.tgz#90aff63387540f02089af28cdad39ea7f80d77df"
integrity sha1-kK/2M4dUDwIImvKM2tOep/gNd98=