@backstage/plugin-auth-backend 0.21.0-next.3 → 0.21.1

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 CHANGED
@@ -1,5 +1,74 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.21.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.21.1
9
+ - @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.2
10
+ - @backstage/plugin-auth-backend-module-oidc-provider@0.1.1
11
+ - @backstage/plugin-auth-node@0.4.6
12
+ - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.3
13
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.8
14
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.8
15
+ - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.6
16
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.8
17
+ - @backstage/plugin-auth-backend-module-okta-provider@0.0.4
18
+ - @backstage/backend-plugin-api@0.6.11
19
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.6
20
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.8
21
+ - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.4
22
+ - @backstage/plugin-catalog-node@1.7.1
23
+
24
+ ## 0.21.0
25
+
26
+ ### Minor Changes
27
+
28
+ - 7dd8463: **BREAKING**: The `saml` provider has been migrated from `passport-saml` to `@node-saml/passport-saml`.
29
+
30
+ This comes with breaking changes to config options:
31
+
32
+ - `audience` is now mandatory
33
+ - `wantAuthnResponseSigned` is now exposed and defaults to `true`
34
+ - `wantAssertionsSigned` is now exposed and defaults to `true`
35
+
36
+ ### Patch Changes
37
+
38
+ - 97f8724: Support additional algorithms in the `/.well-known/openid-configuration` endpoint.
39
+ - a3f1fa3: Use the externalized `auth-backend-module-microsoft-provider` again.
40
+ - a9e0107: The auth backend will now refuse to issue user tokens are excessively large.
41
+ - 5d2fcba: Migrated oidc auth provider to new `@backstage/plugin-auth-backend-module-oidc-provider` module package.
42
+ - d4cc552: The helper function `makeProfileInfo` and `PassportHelpers.transformProfile`
43
+ were refactored to use the `jose` library.
44
+ - 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
45
+ Updated dependency `@types/fs-extra` to `^11.0.0`.
46
+ - 23a98f8: Migrated the AWS ALB auth provider to new `@backstage/plugin-auth-backend-module-aws-alb-provider` module package.
47
+ - f5e04e3: Internal refactor to no longer use deprecated types
48
+ - 8321c97: Added `experimentalExtraAllowedOrigins` to config
49
+ - 8e8a25d: Ability for user to configure backstage token expiration
50
+ - Updated dependencies
51
+ - @backstage/backend-common@0.21.0
52
+ - @backstage/plugin-auth-backend-module-okta-provider@0.0.3
53
+ - @backstage/plugin-auth-node@0.4.4
54
+ - @backstage/plugin-auth-backend-module-oidc-provider@0.1.0
55
+ - @backstage/backend-plugin-api@0.6.10
56
+ - @backstage/catalog-model@1.4.4
57
+ - @backstage/catalog-client@1.6.0
58
+ - @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.0
59
+ - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.2
60
+ - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.2
61
+ - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.5
62
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.7
63
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.7
64
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.7
65
+ - @backstage/plugin-catalog-node@1.7.0
66
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.7
67
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.4
68
+ - @backstage/config@1.1.1
69
+ - @backstage/errors@1.2.3
70
+ - @backstage/types@1.1.1
71
+
3
72
  ## 0.21.0-next.3
4
73
 
5
74
  ### Patch Changes