接口请求域名: cam.intl.tencentcloudapi.com 。
查询用户OIDC配置
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:DescribeUserOIDCConfig。 |
| Version | 是 | String | 公共参数,本接口取值:2019-01-16。 |
| Region | 否 | String | 公共参数,此参数为可选参数。 |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| ProviderType | Integer | 身份提供商类型。 12:用户OIDC身份提供商 |
| IdentityUrl | String | 身份提供商URL |
| IdentityKey | String | 签名公钥 |
| ClientId | String | 客户端id |
| Status | Integer | 状态:0:未设置,11:已开启,2:已禁用 |
| AuthorizationEndpoint | String | 授权请求Endpoint |
| Scope | Array of String | 授权请求Scope |
| ResponseType | String | 授权请求Response type |
| ResponseMode | String | 授权请求Response mode |
| MappingFiled | String | 映射字段名称 |
| Description | String | 描述 |
| AutoRotateKey | Integer | OIDC公钥自动轮转开关(默认为0代表关闭,1代表开启) |
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
POST / HTTP/1.1
Host: cam.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeUserOIDCConfig
<公共请求参数>
{}
{
"Response": {
"Description": "描述信息",
"ProviderType": 12,
"IdentityUrl": "https://tencent.auth**.cn/",
"IdentityKey": "ewogICAgImtleXMiOiBbC****",
"ClientId": "61adcf00620c31e3d***",
"AuthorizationEndpoint": "https://tencent.auth**.cn",
"Scope": [
"openid",
"email"
],
"ResponseType": "id_token",
"ResponseMode": "form_post",
"MappingFiled": "sub",
"Status": 11,
"AutoRotateKey": 1,
"RequestId": "e00eaca1-57b4-49e7-978d-648c5f1b9bd3"
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| ResourceNotFound.IdentityNotExist | 身份提供商不存在。 |
文档反馈