@backstage/plugin-auth-backend 0.23.0-next.1 → 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 +36 -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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
+
## 0.23.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 527d973: Migrated the `Bitbucket Server` auth provider to be implemented using the new `@backstage/plugin-auth-backend-module-bitbucket-server-provider` module.
|
|
8
|
+
- d908d8c: Migrated the `Auth0` auth provider to be implemented using the new `@backstage/plugin-auth-backend-module-auth0-provider` module.
|
|
9
|
+
- 92118cd: Updated dependency `@node-saml/passport-saml` to `^5.0.0`.
|
|
10
|
+
- c2b63ab: Updated dependency `supertest` to `^7.0.0`.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/backend-common@0.25.0-next.2
|
|
13
|
+
- @backstage/plugin-auth-node@0.5.2-next.2
|
|
14
|
+
- @backstage/backend-plugin-api@1.0.0-next.2
|
|
15
|
+
- @backstage/catalog-client@1.7.0-next.1
|
|
16
|
+
- @backstage/plugin-auth-backend-module-auth0-provider@0.1.0-next.0
|
|
17
|
+
- @backstage/plugin-auth-backend-module-atlassian-provider@0.3.0-next.2
|
|
18
|
+
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.0-next.2
|
|
19
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.2.0-next.2
|
|
20
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.2.0-next.2
|
|
21
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.2.0-next.2
|
|
22
|
+
- @backstage/plugin-auth-backend-module-microsoft-provider@0.2.0-next.2
|
|
23
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.3.0-next.2
|
|
24
|
+
- @backstage/plugin-auth-backend-module-oidc-provider@0.3.0-next.2
|
|
25
|
+
- @backstage/plugin-auth-backend-module-okta-provider@0.1.0-next.2
|
|
26
|
+
- @backstage/plugin-auth-backend-module-onelogin-provider@0.2.0-next.2
|
|
27
|
+
- @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.0-next.0
|
|
28
|
+
- @backstage/catalog-model@1.6.0
|
|
29
|
+
- @backstage/config@1.2.0
|
|
30
|
+
- @backstage/errors@1.2.4
|
|
31
|
+
- @backstage/types@1.1.1
|
|
32
|
+
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.2.0-next.2
|
|
33
|
+
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.0-next.2
|
|
34
|
+
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.0-next.2
|
|
35
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.0-next.2
|
|
36
|
+
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.0-next.2
|
|
37
|
+
- @backstage/plugin-catalog-node@1.12.7-next.2
|
|
38
|
+
|
|
3
39
|
## 0.23.0-next.1
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|