List SAML application secrets
Get all signing certificates of the SAML application.
Path parameters
-
The unique identifier of the saml application.
GET
/api/saml-applications/{id}/secrets
curl \
--request GET https://[tenant_id].logto.app/api/saml-applications/{id}/secrets \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": "string",
"certificate": "string",
"createdAt": 42.0,
"expiresAt": "2025-05-04T09:42:00+00:00",
"active": true,
"fingerprints": {
"sha256": {
"formatted": "string",
"unformatted": "string"
}
},
"fingerprint": "string",
"isActive": true
}
]