Removes a fingerprint from an OpenID Connect (OIDC) identity provider (IdP).
Description
This topic provides an example on how to remove the fingerprint 6938fd4d98bab03faadb97b34396831e3780****
from the OIDC IdP named TestOIDCProvider
.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | RemoveFingerprintFromOIDCProvider |
The operation that you want to perform. Set the value to RemoveFingerprintFromOIDCProvider. |
OIDCProviderName | String | Yes | TestOIDCProvider |
The name of the OIDC IdP. |
Fingerprint | String | Yes | 6938fd4d98bab03faadb97b34396831e3780**** |
The fingerprint that you want to remove. |
For more information about common request parameters, see Common parameters.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | C90CE971-4C7F-5D93-BD3E-2D0E79D03C01 |
The ID of the request. |
OIDCProvider | Object |
The information about the OIDC IdP. |
|
UpdateDate | String | 2021-11-12T08:38:29Z |
The time when the OIDC IdP was modified. The time is displayed in UTC. |
Description | String | This is a new OIDC Provider. |
The description of the OIDC IdP. |
OIDCProviderName | String | TestOIDCProvider |
The name of the OIDC IdP. |
CreateDate | String | 2021-11-11T06:56:03Z |
The time when the OIDC IdP was created. The time is displayed in UTC. |
Arn | String | acs:ram::177242285274****:oidc-provider/TestOIDCProvider |
The Alibaba Cloud Resource Name (ARN) of the OIDC IdP. |
IssuerUrl | String | https://dev-xxxxxx.okta.com |
The URL of the issuer. |
Fingerprints | String | 5938fd4d98bab03faadb97b34396831e3780**** |
The fingerprint of the HTTPS certificate. If multiple fingerprints are returned, the fingerprints are separated by commas (,). |
ClientIds | String | 0oa4u6l8x5WoaVbd**** |
The ID of the client. If multiple client IDs are returned, the client IDs are separated by commas (,). |
GmtCreate | String | 1636613763000 |
The timestamp when the OIDC IdP was created. |
GmtModified | String | 1636706309000 |
The timestamp when the OIDC IdP was modified. |
Examples
Sample requests
https://[Endpoint]/?Action=RemoveFingerprintFromOIDCProvider
&OIDCProviderName=TestOIDCProvider
&Fingerprint=6938fd4d98bab03faadb97b34396831e3780****
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<RemoveFingerprintFromOIDCProviderResponse>
<RequestId>C90CE971-4C7F-5D93-BD3E-2D0E79D03C01</RequestId>
<OIDCProvider>
<UpdateDate>2021-11-12T08:38:29Z</UpdateDate>
<Description>This is a new OIDC Provider.</Description>
<OIDCProviderName>TestOIDCProvider</OIDCProviderName>
<CreateDate>2021-11-11T06:56:03Z</CreateDate>
<Arn>acs:ram::177242285274****:oidc-provider/TestOIDCProvider</Arn>
<IssuerUrl>https://dev-xxxxxx.okta.com</IssuerUrl>
<Fingerprints>5938fd4d98bab03faadb97b34396831e3780****</Fingerprints>
<ClientIds>0oa4u6l8x5WoaVbd****</ClientIds>
<GmtCreate>1636613763000</GmtCreate>
<GmtModified>1636706309000</GmtModified>
</OIDCProvider>
</RemoveFingerprintFromOIDCProviderResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"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"
}
}
Error codes
For a list of error codes, visit the API Error Center.