Editing external IDP
- Print
- PDF
Editing external IDP
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can edit an external SAML IDP.
Requests
- PUT /tenant/saml-idp
Request bodies
{
"signRequest": "boolean",
"idpSigninUrl": "string",
"idpIssuerUrl": "string",
"idpCert" : "string",
"signRequestAlgorithm": "string",
"signResponseAlgorithm" : "string",
"protocolBinding" : "string",
}
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
signRequest | Y | Boolean | Whether signature is included in AuthnRequest | |
idpSigninUrl | Y | String | Idp SigninUrl | Up to 1000 characters |
idpIssuerUrl | Y | String | Idp IssuerUrl | Up to 1000 characters |
idpCert | Y | String | Idp Cert | Up to 2000 characters |
signRequestAlgorithm | N | String | signRequestAlgorithm | Required if signRequest is true (SHA-1, SHA-256) |
signResponseAlgorithm | Y | String | signResponseAlgorithm | (SHA-1, SHA-256) |
protocolBinding | Y | String | protocolBinding | (HTTP-POST, HTTP-REDIRECT) |
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?