Create a saml configuration

Creates a new saml configuration.

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

Path parameters

idstringrequired

Request body

metadataUrlstringrequired

SAML metadata xml url.

Length: [1,2048]Format: uri

assertionConsumerServiceUrlstringrequired

SAML assertion consumer service url.

Length: [1,2048]Format: uri

entityIdstringrequired

Entity Id of SAML service provider.

Length: [1,256]

autoProvisionUsersbooleanrequired

Auto provision users.

enabledbooleanrequired

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