Files
backstage/.changeset/moody-elephants-float.md
T
Johan Haals 8286e40f13 prefix with breaking
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-22 16:00:16 +01:00

637 B

@backstage/plugin-catalog-react
@backstage/plugin-catalog-react
minor

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.