diff --git a/.changeset/light-zoos-wonder.md b/.changeset/light-zoos-wonder.md new file mode 100644 index 0000000000..218cf5c6e0 --- /dev/null +++ b/.changeset/light-zoos-wonder.md @@ -0,0 +1,7 @@ +--- +'@backstage/plugin-auth-backend': patch +--- + +The `auth` config types now properly accept any declared auth environment. Previously only `development` was accepted. + +The `audience` configuration is no longer required for GitLab auth; this will default to `https://gitlab.com`