Obtém um provedor de credenciais federadas.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
eiam:GetFederatedCredentialProvider |
get |
*FederatedCredentialProvider
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| InstanceId |
string |
Sim |
O ID da instância. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| FederatedCredentialProviderId |
string |
Sim |
O ID do provedor de credenciais federadas. |
fcp_mkv7rgt4d7i4u7zqtzev2mxxxx |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
|||
| RequestId |
string |
O ID da solicitação. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| FederatedCredentialProvider |
object |
O provedor de credenciais federadas. |
|
| InstanceId |
string |
O ID da instância EIAM. |
idaas_qlbbighyxbu42xl7eninojXXX |
| FederatedCredentialProviderId |
string |
O ID do provedor de credenciais federadas. |
fcp_asd123XXX |
| FederatedCredentialProviderName |
string |
O nome do provedor de credenciais federadas. |
test |
| FederatedCredentialProviderType |
string |
O tipo do provedor de credenciais federadas. |
pkcs7 |
| Description |
string |
A descrição. |
test |
| NetworkAccessEndpointId |
string |
O ID do endpoint de acesso à rede. |
inae_public |
| Status |
string |
O status do provedor de credenciais federadas. |
enabled |
| CreateTime |
integer |
A hora em que o provedor foi criado. |
1729061324000 |
| UpdateTime |
integer |
A hora em que o provedor foi atualizado pela última vez. |
1729061324000 |
| OidcProviderConfig |
object |
A configuração do OpenID Connect (OIDC). |
|
| JwksSource |
string |
The source of the JSON Web Key Set (JWKS). |
static |
| JwksUri |
string |
The JWKS endpoint. |
https://example.com |
| StaticJwks |
string |
The static JWKS content. |
{ "keys": [ { "kty": "RSA", "e": "AQAB", "use": "sig", "kid": "KEY2RzsjRrimRASiAhCjBo18YwDoxpYHnHtv", "n": "qrsfFfSZngqKOxVE29ZIR4SXkwKq029B3HLDAZui_Pwaxwn8FssR9QdwsljZS06BTDp10vhPgqMB7s7TmHulL3I4WuSB-l4uXTXXXX" } ] } |
| Audiences |
array |
A list of audiences for the OIDC credential. |
|
|
string |
An audience. |
https://example.com |
|
| Issuer |
string |
The issuer of the OIDC credential. |
http://test.idaas.com/v2/oauth |
| TrustCondition |
string |
The trust condition for the OIDC provider. |
IsNullOrEmpty("jwt.issuer") |
| DynamicJwks |
string |
The dynamically obtained JWKS. |
https://example.com |
| JwksLastObtainedTime |
integer |
The time of the last JWKS retrieval. |
1729061324000 |
| Pkcs7ProviderConfig |
object |
A configuração PKCS#7. |
|
| TrustAnchorSource |
string |
The source of the certificate trust anchor. |
alibaba_cloud |
| Certificates |
array<object> |
A list of PKCS#7 certificates. |
|
|
array<object> |
A certificate from the list. |
||
| Fingerprint |
string |
The fingerprint of the certificate. |
2b18947a6a9fc7764fd8b5fb18a863b0c6daxxx |
| Content |
string |
The content of the 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 PKCS#7 provider. |
IsNullOrEmpty("certNo") |
| CmsVerificationMode |
string |
The Cryptographic Message Syntax (CMS) verification mode. |
cert |
| SigningTimeValueExpression |
string |
An expression that specifies the signing time. |
pkcs7.payload.jsonData.audience.signingTime |
| SignatureEffectiveTime |
integer |
The validity period of the signature, in seconds. |
3600 |
| PrivateCaProviderConfig |
object |
A configuração da autoridade certificadora (CA) privada. |
|
| TrustAnchorSource |
string |
The method for obtaining the root certificate. |
custom |
| Certificates |
array<object> |
A list of root certificates. |
|
|
array<object> |
A root certificate. |
||
| 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") |
| CloudIdPProviderConfig |
object |
||
| IdentityProviderId |
string |
Exemplos
Resposta de sucesso
JSON formato
{
"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\")"
},
"CloudIdPProviderConfig": {
"IdentityProviderId": ""
}
}
}
Códigos de erro
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.