Aller au contenu

SP Metadata

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

Get SAML Service Provider metadata

tenant
required
string

SAML tenant identifier

SAML SP metadata XML

Media typeapplication/xml
string

Resource not found

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