v4

latestOpenAPI 3.0.32026-07-312,317012.2 MB
SAML SSO

Create SAML config

post/api/v1/sso/config

Request body

organizationIdstring required

The ID of the organization to create the SAML config for.

authProvider'okta-saml' | 'azure-saml' | 'jumpcloud-saml' | 'google-saml' | 'keycloak-saml' | 'auth0-saml' required

Authentication provider to use for SAML authentication.

isActiveboolean required

Whether to enable or disable this SAML configuration.

entryPointstring required

The entry point for the SAML authentication. This is the URL that the user will be redirected to after they have authenticated with the SAML provider.

issuerstring required

The SAML provider issuer URL or entity ID.

certstring required

The certificate to use for SAML authentication.

enableGroupSyncboolean

Whether to enable automatic synchronization of group memberships from the SAML provider to Infisical groups.

Response

Default Response

idstring uuid required
orgIdstring uuid required
isActiveboolean required
lastUsedstring date-time nullable
createdAtstring date-time required
updatedAtstring date-time required
authProviderstring required