@backstage/plugin-auth-backend 0.23.0-next.0 → 0.23.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +66 -0
- package/dist/index.cjs.js +430 -816
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +4 -1
- package/package.json +28 -26
package/dist/index.d.ts
CHANGED
|
@@ -394,7 +394,10 @@ type BitbucketPassportProfile = Profile & {
|
|
|
394
394
|
};
|
|
395
395
|
};
|
|
396
396
|
|
|
397
|
-
/**
|
|
397
|
+
/**
|
|
398
|
+
* @public
|
|
399
|
+
* @deprecated The Bitbucket Server auth provider was extracted to `@backstage/plugin-auth-backend-module-bitbucket-server-provider`.
|
|
400
|
+
*/
|
|
398
401
|
type BitbucketServerOAuthResult = {
|
|
399
402
|
fullProfile: Profile;
|
|
400
403
|
params: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend",
|
|
3
|
-
"version": "0.23.0-next.
|
|
3
|
+
"version": "0.23.0-next.2",
|
|
4
4
|
"description": "A Backstage backend plugin that handles authentication",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -43,32 +43,34 @@
|
|
|
43
43
|
"test": "backstage-cli package test"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@backstage/backend-common": "^0.25.0-next.
|
|
47
|
-
"@backstage/backend-plugin-api": "^0.
|
|
48
|
-
"@backstage/catalog-client": "^1.
|
|
46
|
+
"@backstage/backend-common": "^0.25.0-next.2",
|
|
47
|
+
"@backstage/backend-plugin-api": "^1.0.0-next.2",
|
|
48
|
+
"@backstage/catalog-client": "^1.7.0-next.1",
|
|
49
49
|
"@backstage/catalog-model": "^1.6.0",
|
|
50
50
|
"@backstage/config": "^1.2.0",
|
|
51
51
|
"@backstage/errors": "^1.2.4",
|
|
52
|
-
"@backstage/plugin-auth-backend-module-atlassian-provider": "^0.3.0-next.
|
|
53
|
-
"@backstage/plugin-auth-backend-module-
|
|
54
|
-
"@backstage/plugin-auth-backend-module-
|
|
55
|
-
"@backstage/plugin-auth-backend-module-
|
|
56
|
-
"@backstage/plugin-auth-backend-module-
|
|
57
|
-
"@backstage/plugin-auth-backend-module-
|
|
58
|
-
"@backstage/plugin-auth-backend-module-
|
|
59
|
-
"@backstage/plugin-auth-backend-module-
|
|
60
|
-
"@backstage/plugin-auth-backend-module-
|
|
61
|
-
"@backstage/plugin-auth-backend-module-
|
|
62
|
-
"@backstage/plugin-auth-backend-module-
|
|
63
|
-
"@backstage/plugin-auth-backend-module-
|
|
64
|
-
"@backstage/plugin-auth-backend-module-
|
|
65
|
-
"@backstage/plugin-auth-backend-module-
|
|
66
|
-
"@backstage/plugin-auth-backend-module-
|
|
67
|
-
"@backstage/plugin-auth-
|
|
68
|
-
"@backstage/plugin-
|
|
52
|
+
"@backstage/plugin-auth-backend-module-atlassian-provider": "^0.3.0-next.2",
|
|
53
|
+
"@backstage/plugin-auth-backend-module-auth0-provider": "^0.1.0-next.0",
|
|
54
|
+
"@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.2.0-next.2",
|
|
55
|
+
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "^0.2.0-next.2",
|
|
56
|
+
"@backstage/plugin-auth-backend-module-bitbucket-provider": "^0.2.0-next.2",
|
|
57
|
+
"@backstage/plugin-auth-backend-module-bitbucket-server-provider": "^0.1.0-next.0",
|
|
58
|
+
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "^0.3.0-next.2",
|
|
59
|
+
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.3.0-next.2",
|
|
60
|
+
"@backstage/plugin-auth-backend-module-github-provider": "^0.2.0-next.2",
|
|
61
|
+
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.2.0-next.2",
|
|
62
|
+
"@backstage/plugin-auth-backend-module-google-provider": "^0.2.0-next.2",
|
|
63
|
+
"@backstage/plugin-auth-backend-module-microsoft-provider": "^0.2.0-next.2",
|
|
64
|
+
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.3.0-next.2",
|
|
65
|
+
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.2.0-next.2",
|
|
66
|
+
"@backstage/plugin-auth-backend-module-oidc-provider": "^0.3.0-next.2",
|
|
67
|
+
"@backstage/plugin-auth-backend-module-okta-provider": "^0.1.0-next.2",
|
|
68
|
+
"@backstage/plugin-auth-backend-module-onelogin-provider": "^0.2.0-next.2",
|
|
69
|
+
"@backstage/plugin-auth-node": "^0.5.2-next.2",
|
|
70
|
+
"@backstage/plugin-catalog-node": "^1.12.7-next.2",
|
|
69
71
|
"@backstage/types": "^1.1.1",
|
|
70
72
|
"@google-cloud/firestore": "^7.0.0",
|
|
71
|
-
"@node-saml/passport-saml": "^
|
|
73
|
+
"@node-saml/passport-saml": "^5.0.0",
|
|
72
74
|
"@types/express": "^4.17.6",
|
|
73
75
|
"@types/passport": "^1.0.3",
|
|
74
76
|
"compression": "^1.7.4",
|
|
@@ -101,9 +103,9 @@
|
|
|
101
103
|
"yn": "^4.0.0"
|
|
102
104
|
},
|
|
103
105
|
"devDependencies": {
|
|
104
|
-
"@backstage/backend-defaults": "^0.5.0-next.
|
|
105
|
-
"@backstage/backend-test-utils": "^0.
|
|
106
|
-
"@backstage/cli": "^0.27.1-next.
|
|
106
|
+
"@backstage/backend-defaults": "^0.5.0-next.2",
|
|
107
|
+
"@backstage/backend-test-utils": "^1.0.0-next.2",
|
|
108
|
+
"@backstage/cli": "^0.27.1-next.2",
|
|
107
109
|
"@types/body-parser": "^1.19.0",
|
|
108
110
|
"@types/cookie-parser": "^1.4.2",
|
|
109
111
|
"@types/express-session": "^1.17.2",
|
|
@@ -115,7 +117,7 @@
|
|
|
115
117
|
"@types/passport-strategy": "^0.2.35",
|
|
116
118
|
"@types/xml2js": "^0.4.7",
|
|
117
119
|
"msw": "^1.0.0",
|
|
118
|
-
"supertest": "^
|
|
120
|
+
"supertest": "^7.0.0"
|
|
119
121
|
},
|
|
120
122
|
"configSchema": "config.d.ts"
|
|
121
123
|
}
|