v51

latestOpenAPI 3.0.3Apache-2.0raw.githubusercontent.com2026-08-01276140748.5 KB
Auth
Community
Enterprise

Update SSO Provider

Updates an existing SSO provider. Updating saml provider requires a "multipart/form-data" body. Updating oidc provider requires "application/json" body. Response is respective provider

patch/api/v2/sso-providers/{sso_provider_id}

Request body

namestring

Name of the OIDC provider

issuerstring url

URL of the OIDC issuer

client_idstring

Client ID for the OIDC provider

Response

OK

OR