Skip to main content
POST
/
sso
/
saml2
/
start
Start SAML2 SSO login
curl --request POST \
  --url https://backendapi.corbado.io/v2/sso/saml2/start \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "idpRedirectURL": "<string>",
  "ssoNonce": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication is used to authenticate requests to the Backend API. The username is the project ID and the password is the API secret.

The project ID and API secret can be found in the Developer Panel.

Body

application/json
email
string
required

Response

SSO start succeeded.

idpRedirectURL
string
required
ssoNonce
string
required