StatusDashboard
Single Sign-On

Toggle AuthN request signing

Enable or disable signed SAML authentication requests for an organization SSO provider.

View Markdown

PATCH /app/sso/providers/{providerId}/authn-signing

Turns SAML AuthN request signing on or off for one organization SSO provider. Requires the SSO feature entitlement.

The general Create and Update provider bodies are unchanged and do not accept a signing flag. Use this endpoint instead.

Returns 409 when the provider is OIDC (Authn request signing applies to SAML providers only.).


Path parameters

ParameterDescription
providerIdThe UUID of the SSO provider.

Request

See API Basics for required headers.

Request body

FieldTypeRequiredDescription
enabledbooleanYestrue to sign AuthN requests; false to stop signing.

Sample request

curl -X PATCH https://api.statusdashboard.com/app/sso/providers/a1b2c3d4-e5f6-7890-abcd-ef1234567890/authn-signing \
  -H "Authorization: Bearer bcf847abf5c6:def456" \
  -H "Content-Type: application/json" \
  -d '{ "enabled": true }'

Sample response

Status: 200 OK

{
  "enabled": true
}

Error responses

StatusWhen
400Body fails validation.
403Caller is not a tenant admin, or the org lacks SSO.
404Provider is missing or belongs to another organization.
409Provider is OIDC.
500Identity provider did not reach the requested signing state.

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.