Skip to main content
Use these endpoints to initiate OAuth/OpenID flows. Login endpoints are browser-oriented and return redirects; callback endpoints receive the provider response.
Integrations must be enabled before you use their OAuth endpoints. See the operator guides for Confluence and SharePoint.

Basic request and response

Start a login flow by calling a provider login endpoint and following the redirect.

User SSO login redirects

Integration OAuth login redirects

Login with a specific integration instance

Refresh an integration token

Callback endpoints

Errors and edge cases

  • 302 redirect: expected for login and callback routes.
  • 401/403: token missing for refresh.
  • 404: integration ID not found.