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
- Google login
- Microsoft login
Example response
Example response
Integration OAuth login redirects
- Confluence login
Example response
Example response
Login with a specific integration instance
- Confluence instance
Example response
Example response
Refresh an integration token
- Confluence refresh
Example response
Example response
Callback endpoints
- Microsoft callback
- Confluence callback
Example response
Example response
Errors and edge cases
- 302 redirect: expected for login and callback routes.
- 401/403: token missing for refresh.
- 404: integration ID not found.