Skip to main content

Update SAML entity

PUT https://www.digicert.com/services/v2/account/saml-entity/{{entity_id}}

Use this endpoint to update SAML entity settings.

Note

To find the entity_id, use the SAML entity details endpoint.

Example requests and responses

Request parameters

Name

Req/Opt

Type

Description

xml_metadata

conditional

string

SAML entity XML metadata. Required only if not using source_url.

source_url

conditional

string

URL used to obtain SAML entity XML metadata. Required only if not using xml_metadata

attribute_mapping

required

string

Attribute used to map CertCentral users to SAML SSO users.

Format: {"username": "{{attr_name}}"}

friendly_name

required

string

Display name used for the Federation Name and to generate the slug for the SSO sign on URL.