@backstage/plugin-auth-backend 0.0.0-nightly-20240826083204 → 0.0.0-nightly-20240827082736
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 +26 -21
- package/dist/index.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240827082736
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -13,27 +13,32 @@
|
|
|
13
13
|
### Patch Changes
|
|
14
14
|
|
|
15
15
|
- 19ff127: Internal refactor to remove dependencies on the identity and token manager services, which have been removed. Public APIs no longer require the identity service or token manager to be provided.
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
- @backstage/backend-
|
|
19
|
-
- @backstage/
|
|
20
|
-
- @backstage/
|
|
21
|
-
- @backstage/plugin-auth-backend-module-
|
|
22
|
-
- @backstage/plugin-auth-backend-module-
|
|
23
|
-
- @backstage/plugin-auth-backend-module-
|
|
24
|
-
- @backstage/plugin-auth-backend-module-
|
|
25
|
-
- @backstage/plugin-auth-backend-module-
|
|
26
|
-
- @backstage/plugin-auth-backend-module-
|
|
27
|
-
- @backstage/plugin-auth-backend-module-
|
|
28
|
-
- @backstage/plugin-auth-backend-module-
|
|
29
|
-
- @backstage/plugin-auth-backend-module-
|
|
30
|
-
- @backstage/plugin-auth-backend-module-oauth2-
|
|
31
|
-
- @backstage/plugin-auth-backend-module-
|
|
32
|
-
- @backstage/plugin-auth-backend-module-
|
|
33
|
-
- @backstage/plugin-auth-backend-module-
|
|
34
|
-
- @backstage/plugin-auth-
|
|
35
|
-
- @backstage/plugin-
|
|
16
|
+
- 3c2d690: Allow users without defined email to be ingested by the `msgraph` catalog plugin and add `userIdMatchingUserEntityAnnotation` sign-in resolver for the Microsoft auth provider to support sign-in for users without defined email.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.0.0-nightly-20240827082736
|
|
19
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20240827082736
|
|
20
|
+
- @backstage/backend-common@0.0.0-nightly-20240827082736
|
|
21
|
+
- @backstage/plugin-auth-backend-module-microsoft-provider@0.0.0-nightly-20240827082736
|
|
22
|
+
- @backstage/plugin-auth-backend-module-atlassian-provider@0.0.0-nightly-20240827082736
|
|
23
|
+
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.0.0-nightly-20240827082736
|
|
24
|
+
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.0.0-nightly-20240827082736
|
|
25
|
+
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.0.0-nightly-20240827082736
|
|
26
|
+
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.0.0-nightly-20240827082736
|
|
27
|
+
- @backstage/plugin-auth-backend-module-github-provider@0.0.0-nightly-20240827082736
|
|
28
|
+
- @backstage/plugin-auth-backend-module-gitlab-provider@0.0.0-nightly-20240827082736
|
|
29
|
+
- @backstage/plugin-auth-backend-module-google-provider@0.0.0-nightly-20240827082736
|
|
30
|
+
- @backstage/plugin-auth-backend-module-oauth2-provider@0.0.0-nightly-20240827082736
|
|
31
|
+
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.0.0-nightly-20240827082736
|
|
32
|
+
- @backstage/plugin-auth-backend-module-oidc-provider@0.0.0-nightly-20240827082736
|
|
33
|
+
- @backstage/plugin-auth-backend-module-okta-provider@0.0.0-nightly-20240827082736
|
|
34
|
+
- @backstage/plugin-auth-backend-module-onelogin-provider@0.0.0-nightly-20240827082736
|
|
35
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20240827082736
|
|
36
|
+
- @backstage/plugin-catalog-node@0.0.0-nightly-20240827082736
|
|
37
|
+
- @backstage/catalog-client@1.6.6
|
|
38
|
+
- @backstage/catalog-model@1.6.0
|
|
36
39
|
- @backstage/config@1.2.0
|
|
40
|
+
- @backstage/errors@1.2.4
|
|
41
|
+
- @backstage/types@1.1.1
|
|
37
42
|
|
|
38
43
|
## 0.22.10
|
|
39
44
|
|
package/dist/index.cjs.js
CHANGED
|
@@ -842,7 +842,8 @@ const microsoft = createAuthProviderIntegration({
|
|
|
842
842
|
resolvers: adaptOAuthSignInResolverToLegacy({
|
|
843
843
|
emailLocalPartMatchingUserEntityName: pluginAuthNode.commonSignInResolvers.emailLocalPartMatchingUserEntityName(),
|
|
844
844
|
emailMatchingUserEntityProfileEmail: pluginAuthNode.commonSignInResolvers.emailMatchingUserEntityProfileEmail(),
|
|
845
|
-
emailMatchingUserEntityAnnotation: pluginAuthBackendModuleMicrosoftProvider.microsoftSignInResolvers.emailMatchingUserEntityAnnotation()
|
|
845
|
+
emailMatchingUserEntityAnnotation: pluginAuthBackendModuleMicrosoftProvider.microsoftSignInResolvers.emailMatchingUserEntityAnnotation(),
|
|
846
|
+
userIdMatchingUserEntityAnnotation: pluginAuthBackendModuleMicrosoftProvider.microsoftSignInResolvers.userIdMatchingUserEntityAnnotation()
|
|
846
847
|
})
|
|
847
848
|
});
|
|
848
849
|
|