From a9d1b56ab773367b2406bb10849151d5eec59654 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 16 Apr 2024 12:13:45 +0200 Subject: [PATCH] changesets: be more explicit about easyAuth ID breakage Signed-off-by: Patrik Oldsberg --- .changeset/wild-rockets-tell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/wild-rockets-tell.md b/.changeset/wild-rockets-tell.md index 35efed03b7..8fe7c9c3bc 100644 --- a/.changeset/wild-rockets-tell.md +++ b/.changeset/wild-rockets-tell.md @@ -2,4 +2,4 @@ '@backstage/plugin-auth-backend-module-azure-easyauth-provider': minor --- -New auth backend module to add `azure-easyauth` provider. Note that as part of this change the default provider ID has been changed from `easyAuth` to `azureEasyAuth`, which means you need to update your app config as well as the `provider` prop of the `ProxiedSignInPage` in the frontend. +New auth backend module to add `azure-easyauth` provider. Note that as part of this change the default provider ID has been changed from `easyAuth` to `azureEasyAuth`, which means that if you switch to this new module you need to update your app config as well as the `provider` prop of the `ProxiedSignInPage` in the frontend.