Update .changeset/neat-socks-cheer.md

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-08-06 13:26:28 +02:00
committed by GitHub
parent 9561f653f7
commit f71e33bc6d
+2 -2
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-auth-node': patch
'@backstage/plugin-auth-node': minor
---
allow declarative sign in resolvers declared in `signInResolverFactories` to take precedence over the statically defined sign in resolvers in `signInResolver` for the `createOAuthProviderFactory`.
**BREAKING**: Sign-in resolvers configured via `.signIn.resolvers` now take precedence over sign-in resolvers passed to `signInResolver` option of `createOAuthProviderFactory`. This effectively makes sign-in resolvers passed via the `signInResolver` the default one, which you can then override through configuration.