Retrieves a federated credential provider.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:GetFederatedCredentialProvider |
get |
*FederatedCredentialProvider
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| FederatedCredentialProviderId |
string |
Yes |
The federated credential provider ID. |
fcp_mkv7rgt4d7i4u7zqtzev2mxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| FederatedCredentialProvider |
object |
The federated credential provider object. |
|
| InstanceId |
string |
The ID of the EIAM instance. |
idaas_qlbbighyxbu42xl7eninojXXX |
| FederatedCredentialProviderId |
string |
The federated credential provider ID. |
fcp_asd123XXX |
| FederatedCredentialProviderName |
string |
The name of the federated credential provider. |
test |
| FederatedCredentialProviderType |
string |
The type of the federated credential provider. |
pkcs7 |
| Description |
string |
The description. |
test |
| NetworkAccessEndpointId |
string |
The network access endpoint ID. |
inae_public |
| Status |
string |
The status. |
enabled |
| CreateTime |
integer |
The time when the provider was created. |
1729061324000 |
| UpdateTime |
integer |
The time when the provider was last updated. |
1729061324000 |
| OidcProviderConfig |
object |
The OpenID Connect (OIDC) configuration. |
|
| JwksSource |
string |
The source of the JSON Web Key Set (JWKS). |
static |
| JwksUri |
string |
The JWKS endpoint. |
https://example.com |
| StaticJwks |
string |
The statically obtained JWKS. |
{ "keys": [ { "kty": "RSA", "e": "AQAB", "use": "sig", "kid": "KEY2RzsjRrimRASiAhCjBo18YwDoxpYHnHtv", "n": "qrsfFfSZngqKOxVE29ZIR4SXkwKq029B3HLDAZui_Pwaxwn8FssR9QdwsljZS06BTDp10vhPgqMB7s7TmHulL3I4WuSB-l4uXTXXXX" } ] } |
| Audiences |
array |
The list of audiences for the OIDC credential. |
|
|
string |
The list of audiences. |
https://example.com |
|
| Issuer |
string |
The issuer. |
http://test.idaas.com/v2/oauth |
| TrustCondition |
string |
The trust condition. |
IsNullOrEmpty("jwt.issuer") |
| DynamicJwks |
string |
The dynamically obtained JWKS. |
https://example.com |
| JwksLastObtainedTime |
integer |
The time when the JWKS was last obtained. |
1729061324000 |
| Pkcs7ProviderConfig |
object |
The PKCS#7 configuration. |
|
| TrustAnchorSource |
string |
The source of the certificate trust anchor. |
alibaba_cloud |
| Certificates |
array<object> |
The list of PKCS#7 certificates. |
|
|
object |
The certificate object. |
||
| Fingerprint |
string |
The fingerprint of the root certificate. |
2b18947a6a9fc7764fd8b5fb18a863b0c6daxxx |
| Content |
string |
The content of the root certificate. |
-----BEGIN CERTIFICATE----- MIIE+zCCA0egAwIBAgIJAJZY0ZY0ZY0Z -----END CERTIFICATE----- |
| CertificateMetadata |
object |
The certificate metadata. |
|
| NotBefore |
integer |
The time when the certificate becomes valid. |
1729061324000 |
| NotAfter |
integer |
The time when the certificate expires. |
1729061324000 |
| TrustCondition |
string |
The trust condition. |
IsNullOrEmpty("certNo") |
| CmsVerificationMode |
string |
The Cryptographic Message Syntax (CMS) verification mode. |
cert |
| SigningTimeValueExpression |
string |
The signing time. |
pkcs7.payload.jsonData.audience.signingTime |
| SignatureEffectiveTime |
integer |
The validity period of the signature. |
3600 |
| PrivateCaProviderConfig |
object |
The private certificate authority (CA) configuration. |
|
| TrustAnchorSource |
string |
The method to obtain the root certificate. |
custom |
| Certificates |
array<object> |
The root certificate. |
|
|
object |
The certificate object. |
||
| Fingerprint |
string |
The fingerprint of the root certificate. |
2b18947a6a9fc7764fd8b5fb18a863b0c6daxxx |
| Content |
string |
The content of the root certificate. |
-----BEGIN CERTIFICATE----- MIIE+zCCA0egAwIBAgIJAJZY0ZY0ZY0Z -----END CERTIFICATE----- |
| CertificateMetadata |
object |
The certificate metadata. |
|
| NotBefore |
integer |
The time when the certificate becomes valid. |
1729061324000 |
| NotAfter |
integer |
The time when the certificate expires. |
1729061324000 |
| TrustCondition |
string |
The trust condition for the root certificate. |
IsNullOrEmpty("certNo") |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"FederatedCredentialProvider": {
"InstanceId": "idaas_qlbbighyxbu42xl7eninojXXX",
"FederatedCredentialProviderId": "fcp_asd123XXX",
"FederatedCredentialProviderName": "test",
"FederatedCredentialProviderType": "pkcs7",
"Description": "test",
"NetworkAccessEndpointId": "inae_public",
"Status": "enabled",
"CreateTime": 1729061324000,
"UpdateTime": 1729061324000,
"OidcProviderConfig": {
"JwksSource": "static",
"JwksUri": "https://example.com",
"StaticJwks": "{\n \"keys\": [\n {\n \"kty\": \"RSA\",\n \"e\": \"AQAB\",\n \"use\": \"sig\",\n \"kid\": \"KEY2RzsjRrimRASiAhCjBo18YwDoxpYHnHtv\",\n \"n\": \"qrsfFfSZngqKOxVE29ZIR4SXkwKq029B3HLDAZui_Pwaxwn8FssR9QdwsljZS06BTDp10vhPgqMB7s7TmHulL3I4WuSB-l4uXTXXXX\"\n }\n ]\n}",
"Audiences": [
"https://example.com"
],
"Issuer": "http://test.idaas.com/v2/oauth",
"TrustCondition": "IsNullOrEmpty(\"jwt.issuer\")\n",
"DynamicJwks": "https://example.com",
"JwksLastObtainedTime": 1729061324000
},
"Pkcs7ProviderConfig": {
"TrustAnchorSource": "alibaba_cloud",
"Certificates": [
{
"Fingerprint": "2b18947a6a9fc7764fd8b5fb18a863b0c6daxxx",
"Content": "-----BEGIN CERTIFICATE-----\nMIIE+zCCA0egAwIBAgIJAJZY0ZY0ZY0Z\n-----END CERTIFICATE-----",
"CertificateMetadata": {
"NotBefore": 1729061324000,
"NotAfter": 1729061324000
}
}
],
"TrustCondition": "IsNullOrEmpty(\"certNo\")",
"CmsVerificationMode": "cert",
"SigningTimeValueExpression": "pkcs7.payload.jsonData.audience.signingTime",
"SignatureEffectiveTime": 3600
},
"PrivateCaProviderConfig": {
"TrustAnchorSource": "custom",
"Certificates": [
{
"Fingerprint": "2b18947a6a9fc7764fd8b5fb18a863b0c6daxxx",
"Content": "-----BEGIN CERTIFICATE-----\nMIIE+zCCA0egAwIBAgIJAJZY0ZY0ZY0Z\n-----END CERTIFICATE-----",
"CertificateMetadata": {
"NotBefore": 1729061324000,
"NotAfter": 1729061324000
}
}
],
"TrustCondition": "IsNullOrEmpty(\"certNo\")"
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.