GET /api/sso/oauth2/login/{provider_id}/

Redirects to the OAuth2 provider's authentication URL based on the provided auth provider's id.

Servers

Path parameters

Name Type Required Description
provider_id Integer Yes

The id of the provider for redirect.

Query parameters

Name Type Required Description
original Integer No

The relative part of URL that the user wanted to access.

workspace_invitation_token String No

The invitation token sent to the user to join a specific workspace.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.