Create OAuth Integration
POST/v2/manage/integrations/oauth
Creates a new OAuth/OIDC integration configuration for the Tenant. The response returns the integration's identifier (Id), which is also the {oAuthApp} segment of the runtime OAuth/OIDC endpoints. Only the authorization_code and refresh_token grant types are permitted.
Request
Responses
- 200
- 400
- 403
- 500
OK: The request was successful.
Status Bad Request: The request could not be understood by the server due to malformed syntax.
Status Forbidden: The client does not have permission to access the resource.
Internal Server Error: The server encountered an unexpected error.