Aller au contenu

SAML Login

GET
/saml/{tenant}/login
curl --request GET \
--url https://auth.timetonic.com/api/saml/example/login

Initiate SAML SSO login (redirects to IdP)

tenant
required
string

SAML tenant identifier

RelayState
string format: uri

URL to redirect after login

Redirect to IdP

Location
string format: uri

Resource not found

Media typeapplication/json
object
success
boolean
error
string
message
string
Example
{
"success": false,
"error": "not_found",
"message": "Resource not found"
}