From a11495aa740b4fc375184c3850ed27b4411cabdb Mon Sep 17 00:00:00 2001 From: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:43:37 +0200 Subject: [PATCH] doc: add changeset for Bitbucket Server ScmAuth changes Signed-off-by: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com> --- .changeset/pretty-plants-hammer.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/pretty-plants-hammer.md diff --git a/.changeset/pretty-plants-hammer.md b/.changeset/pretty-plants-hammer.md new file mode 100644 index 0000000000..7cce64d19a --- /dev/null +++ b/.changeset/pretty-plants-hammer.md @@ -0,0 +1,6 @@ +--- +'@backstage/integration-react': minor +--- + +Add ScmAuth provider for Bitbucket Server that uses correct OAuth scopes by default. +Also allows for overriding the default OAuth scopes.