v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
ScmAppsService

Create Azure DevOps SCM App (Service Principal)

Create an ADO ScmApp using Entra ID Service Principal credentials. Generates a key pair server-side and returns the public certificate for the customer to upload to their Entra app registration. CompleteAdoScmAppInstall must be called to finish the install after the certificate is uploaded.

post/api/scm/ado_app

Request body

deploymentIdstring
baseUrlstring
tenantIdstring
clientIdstring
organizationNamestring
projectNamestring

Response

OK

scmAppIdstring
publicCertificatePemstring

Public certificate (PEM) the customer uploads to their Entra app registration.