Merge pull request #9344 from backstage/rugvip/auth-cookies

auth-backend: make it possible to tweak the cookie configuration logic
This commit is contained in:
Ben Lambert
2022-02-07 16:46:18 +01:00
committed by GitHub
10 changed files with 95 additions and 76 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': minor
---
The `callbackUrl` option of `OAuthAdapter` is now required.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Added a new `cookieConfigurer` option to `AuthProviderConfig` that makes it possible to override the default logic for configuring OAuth provider cookies.