diff --git a/.changeset/quiet-rivers-wave.md b/.changeset/quiet-rivers-wave.md new file mode 100644 index 0000000000..26b0b462d6 --- /dev/null +++ b/.changeset/quiet-rivers-wave.md @@ -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}` +} +```