Update Identity Provider
PUT {{apiPath}}/environments/{{envID}}/identityProviders/{{providerID}}
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Update Identity Provider.
Request Body
{"name"=>"SAMLIdP", "description"=>"This is s SAML IdP test", "type"=>"SAML", "enabled"=>false, "spEntityId"=>"sp-{$timestamp}", "idpEntityId"=>"idp-{$timestamp}", "ssoBinding"=>"HTTP_POST", "ssoEndpoint"=>"https://idp.com/sso", "authnRequestSigned"=>"false", "idpVerification"=>{"certificates"=>[{"id"=>"{{certID}}"}]}, "spSigning"=>{"key"=>{"id"=>"{{spSigningID}}"}}}