Adds a client ID to an OpenID Connect (OIDC) identity provider (IdP).
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
OIDCProviderName | string | Yes | The name of the OIDC IdP. | TestOIDCProvider |
ClientId | string | Yes | The client ID that you want to add. The client ID can contain letters, digits, and special characters and cannot start with the special characters. The special characters are periods (.), hyphens (-), underscores (_), colons (:), and forward slashes (/). The client ID can be up to 64 characters in length. | 598469743454717**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "B49B8FA7-87FC-5308-AE75-5EC9E36C360A",
"OIDCProvider": {
"UpdateDate": "2021-11-12T08:38:29Z",
"Description": "This is a new OIDC Provider.",
"OIDCProviderName": "TestOIDCProvider",
"CreateDate": "2021-11-11T06:56:03Z",
"Arn": "acs:ram::177242285274****:oidc-provider/TestOIDCProvider",
"IssuerUrl": "https://dev-xxxxxx.okta.com",
"Fingerprints": "902ef2deeb3c5b13ea4c3d5193629309e231****",
"ClientIds": "498469743454717****,598469743454717****",
"GmtCreate": "1636613763000",
"GmtModified": "1636706309000",
"IssuanceLimitTime": 12
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||
---|---|---|---|---|
2023-07-20 | The response structure of the API has changed | see changesets | ||
|