v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492497398.3 KB

Initiates the OAuth registration flow with a third-party provider. Returns a redirect URL and CSRF state token for completing the authorization.

post/oauth2/provider/register

Request body

provider'GITHUB' | 'GITLAB' | 'BITBUCKET' | 'CONFLUENCE' required

Third-party provider type.

Response

Success

redirectTostring required

The URL to redirect the user to for completing the OAuth authorization.

csrfStatestring required

The CSRF state token to use when completing the OAuth flow.