Add a certificateCopy Pagepost https://{hostname}/sso-config/v1/idps/{entityId}/certificatesThis operation adds the certificate to the IdP.Path ParamsentityIdstringrequiredUnique identifier for your account's IdP. For details, see Get started.Query ParamsaccountSwitchKeystringRuns the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsEncapsulates information about the certificate.certificatestringrequiredlength ≥ 1The certificate in PEM format. Header and footer sections are optional. The API ignores line breaks or other whitespace characters.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 201The 201 response confirms the certificate was successfully added. 400Bad request. 401Unauthorized. 403Forbidden. 404Resource not found. 405Method not allowed. 406Not acceptable. 415Unsupported media type. 500Internal server error. 503Service temporarily unavailable.Updated 2 months ago