tencent cloud

Tencent Cloud Organization

  • Product Introduction
  • Purchase Guide
  • Operation Guide
    • Console Overview
    • Organization Settings
    • Department Management
    • Member Account Management
    • Member Finance Management
    • Member Access Management
    • Resource Management
    • Member Audit
    • Identity Center Management
  • API Documentation
    • History
    • Introduction
    • API Category
    • Making API Requests
    • Organization Settings APIs
    • Department and Member Management APIs
    • ListOrganizationIdentity
    • Unified Member Login APIs
    • Organization Service Management APIs
    • Organization Management Policy APIs
    • Resource Sharing APIs
    • Identity Center Management APIs
    • Identity Center User Management APIs
    • Identity Center User Group Management APIs
    • Identity Center Management SCIM Synchronization APIs
    • Identity Center Single Sign-On Management APIs
    • Identity Center Permission Configuration Management APIs
    • Identity Center Multi-Account Authorization Management APIs
    • Identity Center Sub-User Synchronization Management APIs
    • Data Types
    • Error Codes
    • TCO API 2018-12-25
  • Related Agreement
  • FAQs
  • Glossary

SetExternalSAMLIdentityProvider

PDF
Modo Foco
Tamanho da Fonte
Última atualização: 2026-03-20 00:29:01

1. API Description

Domain name for API request: organization.intl.tencentcloudapi.com.

This API is used to configure the SAML identity provider information.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: SetExternalSAMLIdentityProvider.
Version Yes String Common Params. The value used for this API: 2021-03-31.
Region No String Common Params. This parameter is not required.
ZoneId Yes String Space ID.
EncodedMetadataDocument No String IdP metadata document (Base64 encoded). Provided by an IdP that supports the SAML 2.0 protocol.
SSOStatus No String SSO enabling status. Valid values: Enabled, Disabled (default).
EntityId No String IdP identifier.
LoginUrl No String IdP login URL.
X509Certificate No String X509 certificate in PEM format. If this parameter is specified, all existing certificates will be replaced.

3. Output Parameters

Parameter Name Type Description
CertificateIds Array of String Certificate ID.
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Configuring the SAML Identity Provider Information

This example shows you how to configure the SAML identity provider information.

Input Example

POST / HTTP/1.1
Host: organization.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: SetExternalSAMLIdentityProvider
<Common request parameters>

{
    "ZoneId": "z-d3ideodm***",
    "EncodedMetadataDocument": "JTNDJTNGeG1sJTIwdmVyc2lvbiUzRCUyMjEuMCUyMiUyMGVuY29kaW5******",
    "SSOStatus": "Enabled",
    "EntityId": "http://www.okta.com/xd83nd83nd****",
    "LoginUrl": "https://dev-xxxxxx.okta.com/app/dev-xxxxxx_cloudssodemo_1/xd83nd83nd****/sso/saml",
    "X509Certificate": "MIIC8DCCAdigAwIBAgIQP9eomUYGeoND****"
}

Output Example

{
    "Response": {
        "RequestId": "2ccd7ed1-24b4-4882-8f4a-5580b430bce7"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
FailedOperation.DBOperationError SQL execution error.
FailedOperation.DecodeMetadataDocumentFailed Metadata document decoding failed.
FailedOperation.MetadataCosParsingFailed IdP metadata parsing failed.
FailedOperation.SAMLServiceProviderCreateFailed SAML service provider creation failed.
FailedOperation.UploadMetadataFailed Data file uploading failed.
FailedOperation.X509CertificateParsingFailed X509 certificate parsing failed.
FailedOperation.XMLDataUnmarshalFailed XML parsing for the metadata document failed.
InternalError An internal error occurred.
InvalidParameterValue.SSoStatusInvalid The SSO enabling status is invalid.
InvalidParameterValue.X509CertificateFormatError The X509 certificate has a format error.

Ajuda e Suporte

Esta página foi útil?

comentários