GET /api/user-source/{user_source_uid}/sso/saml/login/

This is the endpoint that is called when the user wants to initiate a SSO SAML login from Baserow (the service provider). The user will be redirected to the SAML identity provider (IdP) where the user can authenticate. Once logged in in the IdP, the user will be redirected back to the assertion consumer service endpoint (ACS) where the SAML response will be validated and a new JWT session token will be provided to work with Baserow APIs.

Servers

Path parameters

Name Type Required Description
user_source_uid String Yes

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 or sign up.

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.