patch https://www.virustotal.com/api/v3/groups//saml_config
This request accepts a JSON body containing the group saml configuration attributes to update. Attributes not present in the request body remain the same. It returns the updated configuration.
{
"data": {
"idp_entity_id": "https://sts.example.com/12345678-1234-1234-1234-1234567890ab/",
"sso_url": "https://sso.example.com/12345678-1234-1234-1234-1234567890ab/saml2",
"x509_certificates": [
"-----BEGIN CERTIFICATE-----\n[... CERTIFICATE CONTENT ...]\n-----END CERTIFICATE-----\n"
],
"rp_entity_id": "ExampleVirusTotalSSO",
"force_users_saml_login": false,
"login_url": "https://www.virustotal.com/gui/sso/[...encoded_string...]"
}
}