StatusDashboard
Single Sign-On

Download signing certificate

Download the service-provider signing certificate for an organization SAML provider.

View Markdown

GET /app/sso/providers/{providerId}/signing-certificate

Returns the service-provider signing certificate for the organization user pool. Requires the SSO feature entitlement.

Enable signing with Toggle AuthN request signing first. While signAuthnRequests is false, this endpoint returns 409 and no certificate body.

Downloading the certificate does not change the signing flag. Returns 409 for OIDC providers.


Path parameters

ParameterDescription
providerIdThe UUID of the SSO provider.

Request

See API Basics for required headers.

This endpoint takes no request body.


Sample request

curl https://api.statusdashboard.com/app/sso/providers/a1b2c3d4-e5f6-7890-abcd-ef1234567890/signing-certificate \
  -H "Authorization: Bearer bcf847abf5c6:def456"

Sample response

Status: 200 OK

{
  "certificate": "-----BEGIN CERTIFICATE-----\n...\n-----END CERTIFICATE-----\n"
}

Response fields

FieldTypeDescription
certificatestringPEM-encoded service-provider signing certificate.

Error responses

StatusWhen
403Caller is not a tenant admin, or the org lacks SSO.
404Provider is missing or belongs to another organization.
409Provider is OIDC, or AuthN signing is not enabled on this SAML provider.

On this page

We use cookies

We use essential cookies to keep the site working, and optional analytics cookies to understand how it's used. Read our Privacy Policy.