feat: Add organization option to auth0 auth provider

Signed-off-by: Jack Palmer <jackpalmer@spotify.com>
This commit is contained in:
Jack Palmer
2026-01-23 10:46:51 +00:00
parent 24eb7d7933
commit 6539d9a15c
6 changed files with 123 additions and 0 deletions
+2
View File
@@ -4283,9 +4283,11 @@ __metadata:
"@backstage/plugin-auth-backend": "workspace:^"
"@backstage/plugin-auth-node": "workspace:^"
"@backstage/types": "workspace:^"
"@types/passport": "npm:^1.0.3"
"@types/passport-auth0": "npm:^1.0.5"
"@types/passport-oauth2": "npm:^1.4.15"
express: "npm:^4.22.0"
passport: "npm:^0.7.0"
passport-auth0: "npm:^1.4.3"
passport-oauth2: "npm:^1.6.1"
supertest: "npm:^7.0.0"