GET /api/sso/saml/login-url/
Return the correct redirect_url to initiate the SSO SAML login. It needs an email address if multiple SAML providers are configured otherwise the only configured SAML provider signup URL will be returned.
Servers
- /
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
email |
String | No |
The email address of the user that want to sign in using SAML. |
original |
String | No |
The url to which the user should be redirected after a successful login. |
workspace_invitation_token |
String | No |
If provided and valid, the user accepts the workspace invitation and will have access to the workspace after login or signing up. |
language |
String | No |
An ISO 639 language code (with optional variant) selected by the user. Ex: en-GB. |
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.