@backstage/plugin-auth-backend 0.19.0 → 0.19.2-next.0
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 +22 -2
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
+
## 0.19.2-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.1.2-next.0
|
|
9
|
+
- @backstage/plugin-auth-node@0.3.2-next.0
|
|
10
|
+
- @backstage/backend-common@0.19.7-next.0
|
|
11
|
+
- @backstage/config@1.1.0
|
|
12
|
+
- @backstage/backend-plugin-api@0.6.5-next.0
|
|
13
|
+
- @backstage/catalog-client@1.4.4
|
|
14
|
+
- @backstage/catalog-model@1.4.2
|
|
15
|
+
- @backstage/errors@1.2.2
|
|
16
|
+
- @backstage/types@1.1.1
|
|
17
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.2-next.0
|
|
18
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.2-next.0
|
|
19
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.1.2-next.0
|
|
20
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.2-next.0
|
|
21
|
+
- @backstage/plugin-catalog-node@1.4.6-next.0
|
|
22
|
+
|
|
3
23
|
## 0.19.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -342,7 +362,7 @@
|
|
|
342
362
|
### Patch Changes
|
|
343
363
|
|
|
344
364
|
- d8f774c30df: Enforce the secret visibility of certificates and client secrets in the auth backend. Also, document all known options for each auth plugin.
|
|
345
|
-
- 7908d72e033: Introduce a new global config parameter, `
|
|
365
|
+
- 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
|
346
366
|
- 475abd1dc3f: The `microsoft` (i.e. Azure) auth provider now supports negotiating tokens for
|
|
347
367
|
Azure resources besides Microsoft Graph (e.g. AKS, Virtual Machines, Machine
|
|
348
368
|
Learning Services, etc.). When the `/frame/handler` endpoint is called with an
|
|
@@ -428,7 +448,7 @@
|
|
|
428
448
|
### Patch Changes
|
|
429
449
|
|
|
430
450
|
- d8f774c30df: Enforce the secret visibility of certificates and client secrets in the auth backend. Also, document all known options for each auth plugin.
|
|
431
|
-
- 7908d72e033: Introduce a new global config parameter, `
|
|
451
|
+
- 7908d72e033: Introduce a new global config parameter, `enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
|
432
452
|
- Updated dependencies
|
|
433
453
|
- @backstage/backend-common@0.18.4-next.0
|
|
434
454
|
- @backstage/config@1.0.7
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend",
|
|
3
3
|
"description": "A Backstage backend plugin that handles authentication",
|
|
4
|
-
"version": "0.19.0",
|
|
4
|
+
"version": "0.19.2-next.0",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
"clean": "backstage-cli package clean"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/backend-common": "^0.19.
|
|
36
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
35
|
+
"@backstage/backend-common": "^0.19.7-next.0",
|
|
36
|
+
"@backstage/backend-plugin-api": "^0.6.5-next.0",
|
|
37
37
|
"@backstage/catalog-client": "^1.4.4",
|
|
38
38
|
"@backstage/catalog-model": "^1.4.2",
|
|
39
39
|
"@backstage/config": "^1.1.0",
|
|
40
40
|
"@backstage/errors": "^1.2.2",
|
|
41
|
-
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.1.0",
|
|
42
|
-
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.0",
|
|
43
|
-
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.0",
|
|
44
|
-
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.0",
|
|
45
|
-
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.0",
|
|
46
|
-
"@backstage/plugin-auth-node": "^0.3.0",
|
|
47
|
-
"@backstage/plugin-catalog-node": "^1.4.
|
|
41
|
+
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.1.2-next.0",
|
|
42
|
+
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.2-next.0",
|
|
43
|
+
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.2-next.0",
|
|
44
|
+
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.2-next.0",
|
|
45
|
+
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.2-next.0",
|
|
46
|
+
"@backstage/plugin-auth-node": "^0.3.2-next.0",
|
|
47
|
+
"@backstage/plugin-catalog-node": "^1.4.6-next.0",
|
|
48
48
|
"@backstage/types": "^1.1.1",
|
|
49
49
|
"@davidzemon/passport-okta-oauth": "^0.0.5",
|
|
50
50
|
"@google-cloud/firestore": "^6.0.0",
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"yn": "^4.0.0"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@backstage/backend-defaults": "^0.2.
|
|
88
|
-
"@backstage/backend-test-utils": "^0.2.
|
|
89
|
-
"@backstage/cli": "^0.
|
|
87
|
+
"@backstage/backend-defaults": "^0.2.5-next.0",
|
|
88
|
+
"@backstage/backend-test-utils": "^0.2.6-next.0",
|
|
89
|
+
"@backstage/cli": "^0.23.0-next.0",
|
|
90
90
|
"@types/body-parser": "^1.19.0",
|
|
91
91
|
"@types/cookie-parser": "^1.4.2",
|
|
92
92
|
"@types/express-session": "^1.17.2",
|