Create an organization saml configuration
Creates a new organization saml configuration.
POST/v3/organizations/{id}/saml-configuration
JWT
organization:samlConfiguration:create
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| metadataUrl* | string | SAML metadata xml url. | min: 1, max: 2048, format: uri |
| assertionConsumerServiceUrl* | string | SAML assertion consumer service url. | min: 1, max: 2048, format: uri |
| entityId* | string | Entity Id of SAML service provider. | min: 1, max: 256 |
| autoProvisionUsers* | boolean | Auto provision users. | |
| enabled* | boolean | Enable or disable the SAML SSO. | |
| attributeMapping | object | ||
| array | SAML attribute name to map to the User email. | items: string | |
| firstName | array | SAML attribute name to map to the User first name. | items: string |
| lastName | array | SAML attribute name to map to the User last name. | items: string |
| userGroup | array | SAML attribute name to map to the User user group. | items: string |
Request Example
Responses
200
400
401
403
404
409
429
500