Skip to content

SAML SSO

Request

Exchanges a user access token for a SAML response, used to perform an SSO login into a SAML service provider. The user access token, retrieved via a successful login with Transmit, is used to authorize this request.

Security
UserAccessToken
Path
serviceProviderIdstringrequired
Query
SAMLRequeststring

SAMLRequest

RelayStatestring

RelayState

curl -i -X GET \
  'https://api.sbx.transmitsecurity.io/cis/v1/serviceprovider/saml2/sso/{serviceProviderId}?SAMLRequest=string&RelayState=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
resultobjectrequired
Response
{ "result": { "SsoUrl": "string", "SAMLResponse": "string", "RelayState": "string" } }