Update a saml configuration

Updates the specified saml configuration by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

PATCH/v3/accounts/{id}/saml-configuration
JWTaccount:write

Path parameters

idstringrequired

Unique identifier for the saml configuration.

Request body

metadataUrlstring

SAML metadata xml url.

Length: [1,2048]Format: uri

assertionConsumerServiceUrlstring

SAML assertion consumer service url.

Length: [1,2048]Format: uri

entityIdstring

Entity Id of SAML service provider.

Length: [1,256]

autoProvisionUsersboolean

Auto provision users.

enabledboolean

Enable or disable the SAML SSO.

defaultRolestring

Default role assigned to the new users.

Length: [1,256]

samlRoleMappingsarray of object

Role mapping.

attributeMappingobject

Response

200 OK

idstringrequired

Format: uuid

createdAtstringrequired

Format: date-time

updatedAtstringrequired

Format: date-time

metadataUrlstringrequired
assertionConsumerServiceUrlstringrequired
entityIdstringrequired
enabledbooleanrequired
autoProvisionUsersbooleanrequired
samlRoleMappingsarray of objectrequired
attributeMappingobjectrequired
defaultRolestring