Viewing external IDP
- Print
- PDF
Viewing external IDP
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Get the external SAML IdP.
Request
- GET /tenant/saml-idp
Response
Response body
{
"providerId" : "string",
"idpSigninUrl" : "string",
"idpIssuerUrl" : "string",
"signRequestAlgorithm" : "string",
"signResponseAlgorithm" : "string",
"protocolBinding" : "string",
"idpCert" : "string",
"idpCertExpAt" : "string",
}
Parameter | Type | Description | Restrictions |
---|---|---|---|
signRequest | Boolean | Whether to sign AuthnRequest | |
idpSigninUrl | String | Idp SigninUrl | |
idpIssuerUrl | String | Idp IssuerUrl | |
idpCert | String | Idp Cert | |
signRequestAlgorithm | String | signRequestAlgorithm | Required if signRequest is true (SHA-1, SHA-256) |
signResponseAlgorithm | String | signResponseAlgorithm | (SHA-1, SHA-256) |
protocolBinding | String | protocolBinding | (HTTP-POST, HTTP-REDIRECT) |
idpCertExpAt | String | IDP certificate expiration date (UTC, e.g., 2023-04-25T13:11:50Z) |
Error
Errors that may occur while using this action are listed below. For error response format, see Error Response.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 9021 | Identity Provider doesn't exist |
Was this article helpful?