Editing attribute mapper
- Print
- PDF
Editing attribute mapper
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can edit an attribute mapper.
Requests
- POST /tenant/saml-idp/profile-mapping
Request bodies
{
"firstName": {"syncMode":"string","idpValue":"string"},
"lastName": {"syncMode":"string","idpValue":"string"},
"email": {"syncMode":"string","idpValue":"string"},
"emailVerified": {"syncMode":"string","idpValue":"string"},
"empNo": {"syncMode":"string","idpValue":"string"},
"phoneNo": {"syncMode":"string","idpValue":"string"},
"phoneNoVerified": {"syncMode":"string","idpValue":"string"},
"phoneCountryCode": {"syncMode":"string", "idpValue":"string"},
"deptName": {"syncMode":"string","idpValue":"string"}
}
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
firstName.syncMode | Y | String | Attribute update policy | (none, import, force) |
firstName.idpValue | Y | String | AttributeName of firstName to be sent to Ncloud Single Sign-On | Set to blank space if there is no attribute to send. 200 characters maximum |
lastName.syncMode | Y | String | Attribute update policy | (none, import, force) |
lastName.idpValue | Y | String | AttributeName of lastName to be sent to Ncloud Single Sign-On | Set to blank space if there is no attribute to send. 200 characters maximum |
email.syncMode | Y | String | Attribute update policy | (none, import, force) |
email.idpValue | Y | String | AttributeName of email to be sent to Ncloud Single Sign-On | Set to blank space if there is no attribute to send. 200 characters maximum |
emailVerified.syncMode | Y | String | Attribute update policy | (none, import, force) |
emailVerified.idpValue | Y | String | AttributeName of emailVerified to be sent to Ncloud Single Sign-On | Set to blank space if there is no attribute to send. 200 characters maximum |
empNo.syncMode | Y | String | Attribute update policy | (none, import, force) |
empNo.idpValue | Y | String | AttributeName of empNo to be sent to Ncloud Single Sign-On | Set to blank space if there is no attribute to send. 200 characters maximum |
phoneNo.syncMode | Y | String | Attribute update policy | (none, import, force) |
phoneNo.idpValue | Y | String | AttributeName of phoneNo to be sent to Ncloud Single Sign-On | Set to blank space if there is no attribute to send. 200 characters maximum |
phoneNoVerified.syncMode | Y | String | Attribute update policy | (none, import, force) |
phoneNoVerified.idpValue | Y | String | AttributeName of phoneNoVerified to be sent to Ncloud Single Sign-On | Set to blank space if there is no attribute to send. 200 characters maximum |
phoneCountryCode.syncMode | Y | String | Attribute update policy | (none, import, force) |
phoneCountryCode.idpValue | Y | String | AttributeName of phoneCountryCode to be sent to Ncloud Single Sign-On | Set to blank space if there is no attribute to send. 200 characters maximum |
deptName.syncMode | Y | String | Attribute update policy | (none, import, force) |
deptName.idpValue | Y | String | AttributeName of deptName to be sent to Ncloud Single Sign-On | Set to blank space if there is no attribute to send. 200 characters maximum |
Responses
Response bodies
{
"success": "boolean"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
success | Boolean | Whether it is a success |
Errors
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information on common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request. |
400 | 9021 | Identity provider does not exist. |
Was this article helpful?