Skip to content

feat(bitbucket-server): Add frontend pipeline steps for Bitbucket Server integration setup#116294

Merged
evanpurkhiser merged 1 commit into
masterfrom
evanpurkhiser/feat-bitbucket-server-add-frontend-pipeline-steps-for-bitbucket-server-integration-setup
May 27, 2026
Merged

feat(bitbucket-server): Add frontend pipeline steps for Bitbucket Server integration setup#116294
evanpurkhiser merged 1 commit into
masterfrom
evanpurkhiser/feat-bitbucket-server-add-frontend-pipeline-steps-for-bitbucket-server-integration-setup

Conversation

@evanpurkhiser
Copy link
Copy Markdown
Member

@evanpurkhiser evanpurkhiser commented May 27, 2026

Register Bitbucket Server in the pipeline registry with two steps: an installation config form (URL, consumer key, RSA private key, SSL toggle) and a popup-based OAuth 1.0a authorization step using useRedirectPopupStep. Unlike OAuth 2.0 providers, the Bitbucket Server callback returns an oauth_token (used as the verifier), which the frontend relays to the backend as oauthToken.

Ref VDY-99

…ver integration setup

Register Bitbucket Server in the pipeline registry with two steps: an
installation config form (URL, consumer key, RSA private key, SSL toggle)
and a popup-based OAuth 1.0a authorization step using `useRedirectPopupStep`.
Unlike OAuth 2.0 providers, the Bitbucket Server callback returns an
`oauth_token` (used as the verifier), which the frontend relays to the
backend as `oauthToken`.
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.58%

@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 27, 2026

VDY-99

@evanpurkhiser evanpurkhiser marked this pull request as ready for review May 27, 2026 19:09
@evanpurkhiser evanpurkhiser requested a review from a team as a code owner May 27, 2026 19:09
@evanpurkhiser evanpurkhiser merged commit 2e78c41 into master May 27, 2026
77 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/feat-bitbucket-server-add-frontend-pipeline-steps-for-bitbucket-server-integration-setup branch May 27, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants