From af5eaa87f43fa63c503fb64fe07b9ceacce47048 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Fri, 25 Feb 2022 09:43:51 +0100 Subject: [PATCH] add changeset Signed-off-by: Johan Haals --- .changeset/rare-insects-punch.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/rare-insects-punch.md diff --git a/.changeset/rare-insects-punch.md b/.changeset/rare-insects-punch.md new file mode 100644 index 0000000000..d22b851abd --- /dev/null +++ b/.changeset/rare-insects-punch.md @@ -0,0 +1,10 @@ +--- +'@backstage/app-defaults': minor +'@backstage/core-app-api': minor +'@backstage/core-components': minor +'@backstage/core-plugin-api': minor +'@backstage/test-utils': minor +'@backstage/plugin-user-settings': minor +--- + +**BREAKING**: Removed deprecated `auth0AuthApiRef`, `oauth2ApiRef`, `samlAuthApiRef` and `oidcAuthApiRef` as these APIs are too generic to be useful. Instructions for how to migrate can be found at [https://backstage.io/docs/api/deprecations#generic-auth-api-refs](https://backstage.io/docs/api/deprecations#generic-auth-api-refs).