@backstage/plugin-auth-backend 0.19.2-next.1 → 0.19.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 +22 -32
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,44 +1,34 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
-
## 0.19.2
|
|
3
|
+
## 0.19.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/plugin-
|
|
9
|
-
- @backstage/backend-
|
|
10
|
-
- @backstage/backend-
|
|
11
|
-
- @backstage/plugin-auth-backend-module-github-provider@0.1.2
|
|
12
|
-
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.2
|
|
13
|
-
- @backstage/plugin-auth-backend-module-
|
|
14
|
-
- @backstage/plugin-auth-
|
|
15
|
-
- @backstage/
|
|
16
|
-
- @backstage/catalog-
|
|
17
|
-
- @backstage/catalog-model@1.4.2
|
|
18
|
-
- @backstage/errors@1.2.2
|
|
19
|
-
- @backstage/types@1.1.1
|
|
20
|
-
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.2-next.1
|
|
21
|
-
- @backstage/plugin-auth-backend-module-google-provider@0.1.2-next.1
|
|
8
|
+
- @backstage/plugin-auth-node@0.3.2
|
|
9
|
+
- @backstage/backend-plugin-api@0.6.5
|
|
10
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.2
|
|
11
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.1.2
|
|
12
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.2
|
|
13
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.1.2
|
|
14
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.2
|
|
15
|
+
- @backstage/backend-common@0.19.7
|
|
16
|
+
- @backstage/plugin-catalog-node@1.4.6
|
|
22
17
|
|
|
23
|
-
## 0.19.
|
|
18
|
+
## 0.19.1
|
|
24
19
|
|
|
25
20
|
### Patch Changes
|
|
26
21
|
|
|
27
22
|
- Updated dependencies
|
|
28
|
-
- @backstage/plugin-auth-backend-module-github-provider@0.1.
|
|
29
|
-
- @backstage/plugin-auth-node@0.3.
|
|
30
|
-
- @backstage/backend-
|
|
31
|
-
- @backstage/
|
|
32
|
-
- @backstage/backend-
|
|
33
|
-
- @backstage/
|
|
34
|
-
- @backstage/
|
|
35
|
-
- @backstage/
|
|
36
|
-
- @backstage/
|
|
37
|
-
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.2-next.0
|
|
38
|
-
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.2-next.0
|
|
39
|
-
- @backstage/plugin-auth-backend-module-google-provider@0.1.2-next.0
|
|
40
|
-
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.2-next.0
|
|
41
|
-
- @backstage/plugin-catalog-node@1.4.6-next.0
|
|
23
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.1.1
|
|
24
|
+
- @backstage/plugin-auth-node@0.3.1
|
|
25
|
+
- @backstage/backend-plugin-api@0.6.4
|
|
26
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.1
|
|
27
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.1
|
|
28
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.1.1
|
|
29
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.1
|
|
30
|
+
- @backstage/backend-common@0.19.6
|
|
31
|
+
- @backstage/plugin-catalog-node@1.4.5
|
|
42
32
|
|
|
43
33
|
## 0.19.0
|
|
44
34
|
|
|
@@ -382,7 +372,7 @@
|
|
|
382
372
|
### Patch Changes
|
|
383
373
|
|
|
384
374
|
- d8f774c30df: Enforce the secret visibility of certificates and client secrets in the auth backend. Also, document all known options for each auth plugin.
|
|
385
|
-
- 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.
|
|
375
|
+
- 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
|
386
376
|
- 475abd1dc3f: The `microsoft` (i.e. Azure) auth provider now supports negotiating tokens for
|
|
387
377
|
Azure resources besides Microsoft Graph (e.g. AKS, Virtual Machines, Machine
|
|
388
378
|
Learning Services, etc.). When the `/frame/handler` endpoint is called with an
|
|
@@ -468,7 +458,7 @@
|
|
|
468
458
|
### Patch Changes
|
|
469
459
|
|
|
470
460
|
- d8f774c30df: Enforce the secret visibility of certificates and client secrets in the auth backend. Also, document all known options for each auth plugin.
|
|
471
|
-
- 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.
|
|
461
|
+
- 7908d72e033: Introduce a new global config parameter, `auth.enableExperimentalRedirectFlow`. When enabled, auth will happen with an in-window redirect flow rather than through a popup window.
|
|
472
462
|
- Updated dependencies
|
|
473
463
|
- @backstage/backend-common@0.18.4-next.0
|
|
474
464
|
- @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.2
|
|
4
|
+
"version": "0.19.2",
|
|
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.7
|
|
36
|
-
"@backstage/backend-plugin-api": "^0.6.5
|
|
35
|
+
"@backstage/backend-common": "^0.19.7",
|
|
36
|
+
"@backstage/backend-plugin-api": "^0.6.5",
|
|
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.2
|
|
42
|
-
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.2
|
|
43
|
-
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.2
|
|
44
|
-
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.2
|
|
45
|
-
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.2
|
|
46
|
-
"@backstage/plugin-auth-node": "^0.3.2
|
|
47
|
-
"@backstage/plugin-catalog-node": "^1.4.6
|
|
41
|
+
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.1.2",
|
|
42
|
+
"@backstage/plugin-auth-backend-module-github-provider": "^0.1.2",
|
|
43
|
+
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.2",
|
|
44
|
+
"@backstage/plugin-auth-backend-module-google-provider": "^0.1.2",
|
|
45
|
+
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.2",
|
|
46
|
+
"@backstage/plugin-auth-node": "^0.3.2",
|
|
47
|
+
"@backstage/plugin-catalog-node": "^1.4.6",
|
|
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.5
|
|
88
|
-
"@backstage/backend-test-utils": "^0.2.6
|
|
89
|
-
"@backstage/cli": "^0.
|
|
87
|
+
"@backstage/backend-defaults": "^0.2.5",
|
|
88
|
+
"@backstage/backend-test-utils": "^0.2.6",
|
|
89
|
+
"@backstage/cli": "^0.22.13",
|
|
90
90
|
"@types/body-parser": "^1.19.0",
|
|
91
91
|
"@types/cookie-parser": "^1.4.2",
|
|
92
92
|
"@types/express-session": "^1.17.2",
|