All Products
Search
Document Center

Resource Access Management:RemoveFingerprintFromOIDCProvider

Last Updated:Mar 03, 2024

Removes a fingerprint from an OpenID Connect (OIDC) identity provider (IdP).

Operation description

This topic provides an example on how to remove the fingerprint 6938fd4d98bab03faadb97b34396831e3780**** from the OIDC IdP named TestOIDCProvider.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
OIDCProviderNamestringYes

The name of the OIDC IdP.

TestOIDCProvider
FingerprintstringYes

The fingerprint that you want to remove.

6938fd4d98bab03faadb97b34396831e3780****

For more information about common request parameters, see API Reference.

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

C90CE971-4C7F-5D93-BD3E-2D0E79D03C01
OIDCProviderobject

The information about the OIDC IdP.

UpdateDatestring

The time when the OIDC IdP was modified. The time is displayed in UTC.

2021-11-12T08:38:29Z
Descriptionstring

The description of the OIDC IdP.

This is a new OIDC Provider.
OIDCProviderNamestring

The name of the OIDC IdP.

TestOIDCProvider
CreateDatestring

The time when the OIDC IdP was created. The time is displayed in UTC.

2021-11-11T06:56:03Z
Arnstring

The Alibaba Cloud Resource Name (ARN) of the OIDC IdP.

acs:ram::177242285274****:oidc-provider/TestOIDCProvider
IssuerUrlstring

The URL of the issuer.

https://dev-xxxxxx.okta.com
Fingerprintsstring

The fingerprint of the HTTPS certificate. If multiple fingerprints are returned, the fingerprints are separated by commas (,).

5938fd4d98bab03faadb97b34396831e3780****
ClientIdsstring

The ID of the client. If multiple client IDs are returned, the client IDs are separated by commas (,).

0oa4u6l8x5WoaVbd****
GmtCreatestring

The timestamp when the OIDC IdP was created.

1636613763000
GmtModifiedstring

The timestamp when the OIDC IdP was modified.

1636706309000
IssuanceLimitTimelong

The earliest time when an external IdP can issue an ID token. If the value of the iat field in the ID token is later than the current time, the request is rejected. Unit: hours. Valid values: 1 to 168.

12

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2023-07-20The response structure of the API has changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.