Add changeset

Signed-off-by: Marcus Eide <eide@spotify.com>
This commit is contained in:
Marcus Eide
2022-01-24 11:06:13 +01:00
parent 129dc2e099
commit 033493a8af
+13
View File
@@ -0,0 +1,13 @@
---
'@backstage/plugin-auth-backend': patch
---
Supports callbackUrls when setting cookie configuration.
Cookie paths will no longer be scoped to include the handler of the provider:
```diff
cookie = {
- path=`${pathname}/${provider}/handler`
+ path=`${pathname}/${provider}`
}
```