From 955a5df0d016a44662d0216c731e93b9dc5331c7 Mon Sep 17 00:00:00 2001 From: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:45:22 +0200 Subject: [PATCH] Update .changeset/pretty-plants-hammer.md Co-authored-by: Johan Haals Signed-off-by: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com> --- .changeset/pretty-plants-hammer.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/pretty-plants-hammer.md b/.changeset/pretty-plants-hammer.md index 7cce64d19a..c070f769c4 100644 --- a/.changeset/pretty-plants-hammer.md +++ b/.changeset/pretty-plants-hammer.md @@ -2,5 +2,4 @@ '@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. +Added new ScmAuth method `forBitbucketServer` that uses correct OAuth scopes by default. Also updated `forBitbucket` method to allow overriding the default OAuth scopes.