feat: add Azure DevOps enterprise integration support #238
+62
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Azure DevOps Enterprise Integration Support
Add support for Azure DevOps as an enterprise identity provider with automatic organization discovery. The
integration uses Azure AD app registration for authentication and automatically discovers user organizations
via the Azure DevOps Accounts API. This is to support OpenHands/OpenHands/pull/11667
Changes:
Description
This PR adds Azure DevOps as a supported enterprise identity provider, following the same integration pattern
as existing providers (GitHub, GitLab, BitBucket).
Key Features:
Azure DevOps Accounts API, eliminating the need for manual configuration
configurable
tenantIdfieldImplementation Details:
Accounts API
azuredevops-app) for storing client credentials/integration/azuredevops/*for Azure DevOps-specific endpointsHelm Chart Checklist
versionfield inChart.yamlfor each modified chartAdditional Notes
Backwards Compatibility:
This change is fully backwards compatible. The Azure DevOps integration is disabled by default
(
azureDevOps.enabled: false) and requires explicit configuration to enable.Documentation:
Complete setup instructions have been added to the README, including:
Testing:
To test this integration, you'll need: