Initiate OAuth Flow
GET/vulnerability-tool/auth/:provider
Build the OAuth authorization URL for the given SCM provider (optionally for a self-hosted instance via custom_domain) and return it with a CSRF state value. Returns 400 for unsupported providers.
Request
Responses
- 200
- 400
- 422
- 500
Successful initiation of OAuth flow.
Bad request, e.g., unsupported provider
Required parameters fields
Internal server error