v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Auth

Complete the SAML authentication flow by validating the SAML response. Sign in the user if already exists in Baserow or create a new one otherwise. Once authenticated, the user will be redirected to the original URL they were trying to access. If the response is invalid, the user will be redirected to an error page with a specific error message.It accepts the language code and the workspace invitation token as query parameters if provided.

post/api/sso/saml/acs/

Request body

SAMLResponsestring required

The encoded SAML response from the IdP.

RelayStatestring required

The frontend URL where redirect the authenticated user.