Removes a fingerprint from an OpenID Connect (OIDC) identity provider (IdP).
Operation description
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 |
Fingerprint | string | Yes | The fingerprint that you want to remove. | 6938fd4d98bab03faadb97b34396831e3780**** |
For more information about common request parameters, see API Reference.
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "C90CE971-4C7F-5D93-BD3E-2D0E79D03C01",
"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": "5938fd4d98bab03faadb97b34396831e3780****",
"ClientIds": "0oa4u6l8x5WoaVbd****",
"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 | ||
|