Version Packages

This commit is contained in:
github-actions[bot]
2024-02-20 11:04:26 +00:00
parent e944c0d361
commit f1831dd9b2
771 changed files with 9304 additions and 2982 deletions
+48
View File
@@ -1,5 +1,53 @@
# @backstage/plugin-auth-backend
## 0.21.0
### Minor Changes
- 7dd8463: **BREAKING**: The `saml` provider has been migrated from `passport-saml` to `@node-saml/passport-saml`.
This comes with breaking changes to config options:
- `audience` is now mandatory
- `wantAuthnResponseSigned` is now exposed and defaults to `true`
- `wantAssertionsSigned` is now exposed and defaults to `true`
### Patch Changes
- 97f8724: Support additional algorithms in the `/.well-known/openid-configuration` endpoint.
- a3f1fa3: Use the externalized `auth-backend-module-microsoft-provider` again.
- a9e0107: The auth backend will now refuse to issue user tokens are excessively large.
- 5d2fcba: Migrated oidc auth provider to new `@backstage/plugin-auth-backend-module-oidc-provider` module package.
- d4cc552: The helper function `makeProfileInfo` and `PassportHelpers.transformProfile`
were refactored to use the `jose` library.
- 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
Updated dependency `@types/fs-extra` to `^11.0.0`.
- 23a98f8: Migrated the AWS ALB auth provider to new `@backstage/plugin-auth-backend-module-aws-alb-provider` module package.
- f5e04e3: Internal refactor to no longer use deprecated types
- 8321c97: Added `experimentalExtraAllowedOrigins` to config
- 8e8a25d: Ability for user to configure backstage token expiration
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-backend-module-okta-provider@0.0.3
- @backstage/plugin-auth-node@0.4.4
- @backstage/plugin-auth-backend-module-oidc-provider@0.1.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.0
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.2
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.2
- @backstage/plugin-auth-backend-module-microsoft-provider@0.1.5
- @backstage/plugin-auth-backend-module-github-provider@0.1.7
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.7
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.7
- @backstage/plugin-catalog-node@1.7.0
- @backstage/plugin-auth-backend-module-google-provider@0.1.7
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.4
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## 0.21.0-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend",
"description": "A Backstage backend plugin that handles authentication",
"version": "0.21.0-next.3",
"version": "0.21.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",