Registering external IDP
- Print
- PDF
Registering external IDP
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can create an external SAML IDP.
Requests
- POST /tenant/saml-idp
Request bodies
{
"idpSigninUrl": "string",
"idpIssuerUrl": "string",
"idpCert" : "string",
"signRequestAlgorithm": "string",
"signResponseAlgorithm" : "string",
"protocolBinding" : "string",
}
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
signRequest | Y | Boolean | Whether to request signature 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" : true
}
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
success | Y | 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 | 9020 | A registered identity provider exists already. |
Was this article helpful?