changesets: mention breaking easyAuth provider ID in changeset

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-16 12:10:19 +02:00
parent 5796275fc5
commit e9f1b45808
+1 -1
View File
@@ -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.