GET /api/user-source/{user_source_uid}/sso/oauth2/openid_connect/login/
Redirects to the OAuth2 provider's authentication URL based on the provided user source uid and issuer.
Servers
- /
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
user_source_uid |
Integer | Yes |
The uid of the user source to use for authentication. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
original |
String | No |
The URL that the user wants to access. |
iss |
String | No |
The issuer of the authentication. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.