From 8286e40f1320b97d863c1801e0fae29d4b31ce1b Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 22 Feb 2022 16:00:16 +0100 Subject: [PATCH] prefix with breaking Signed-off-by: Johan Haals --- .changeset/moody-elephants-float.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/moody-elephants-float.md b/.changeset/moody-elephants-float.md index c637a870ec..4fbe1afa18 100644 --- a/.changeset/moody-elephants-float.md +++ b/.changeset/moody-elephants-float.md @@ -2,6 +2,6 @@ '@backstage/plugin-catalog-react': minor --- -Deleted the deprecated `loadIdentityOwnerRefs` function which is replaced by `ownershipEntityRefs` from `identityApi.getBackstageIdentity()`. +**BREAKING**: Deleted the deprecated `loadIdentityOwnerRefs` function which is replaced by `ownershipEntityRefs` from `identityApi.getBackstageIdentity()`. Deprecated the `loadCatalogOwnerRefs` hook as membership references should be added as `ent` inside `claims` sections of the `SignInResolver` when issuing tokens. See https://backstage.io/docs/auth/identity-resolver for more details on how to prepare your `SignInResolver` if not done already. Usage of the `loadCatalogOwnerRefs` hook should be replaced by `ownershipEntityRefs` from `identityApi.getBackstageIdentity()` instead.