From e9f1b45808affe64705049d5be4af4e9fa84fee0 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 16 Apr 2024 12:10:19 +0200 Subject: [PATCH] changesets: mention breaking easyAuth provider ID in changeset 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 ae50a743f2..35efed03b7 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. +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.