From fa15e80f03d3651d414d5df6b13279cffa6ebb80 Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Mon, 24 Feb 2025 16:18:58 +0000 Subject: [PATCH] split changeset into 2 changesets Signed-off-by: Jonathan Roebuck --- .changeset/olive-dodos-applaud.md | 5 +++++ .changeset/rich-sloths-hang.md | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .changeset/olive-dodos-applaud.md diff --git a/.changeset/olive-dodos-applaud.md b/.changeset/olive-dodos-applaud.md new file mode 100644 index 0000000000..72670dfce2 --- /dev/null +++ b/.changeset/olive-dodos-applaud.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-auth-backend-module-microsoft-provider': patch +--- + +Update `auth.microsoft.signIn.resolvers` config def to include the `userIdMatchingUserEntityAnnotation` resolver. diff --git a/.changeset/rich-sloths-hang.md b/.changeset/rich-sloths-hang.md index 9b7a9915a6..eedf25b43e 100644 --- a/.changeset/rich-sloths-hang.md +++ b/.changeset/rich-sloths-hang.md @@ -1,7 +1,5 @@ --- -'@backstage/plugin-auth-backend-module-microsoft-provider': patch '@backstage/plugin-catalog-backend-module-msgraph': patch --- Update `catalog.providers.microsoftGraphOrg.target` config def to be optional as this has a default value. -Update `auth.microsoft.signIn.resolvers` config def to include the `userIdMatchingUserEntityAnnotation` resolver.