Aller au contenu

Single Logout Service

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

SAML Single Logout endpoint

tenant
required
string

SAML tenant identifier

Redirect after logout

Resource not found

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