changesets: be more explicit about easyAuth ID breakage

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-16 12:13:45 +02:00
parent f999ad1615
commit a9d1b56ab7
+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. 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.