Skip to main content

Create or Update SAML Client

string
Unique identifier for this SAML client. If not provided, one will be auto-generated with prefix “st_saml_”
string
Optional client secret for additional security
string
required
Default redirect URI after successful authentication
array
required
Array of allowed redirect URIs (must include defaultRedirectURI)
string
required
Base64-encoded SAML IdP metadata XML document
boolean
Whether to allow IdP-initiated login flows (default: false)
boolean
Whether to sign SAML authentication requests (default: true)
string
“OK” or “DUPLICATE_IDP_ENTITY_ERROR”
string
The client identifier
string
Entity ID extracted from IdP metadata
string
SSO URL extracted from IdP metadata
string
X.509 certificate extracted from IdP metadata

List SAML Clients

string
“OK”
array
Array of SAML client configurations

Remove SAML Client

string
required
The client ID to remove
string
“OK”
boolean
Whether the client existed before removal