Creates an application federated credential.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:CreateApplicationFederatedCredential |
create |
*ApplicationFederatedCredential
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| ApplicationId |
string |
Yes |
The application ID. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
| FederatedCredentialProviderId |
string |
Yes |
The ID of the federated credential provider. |
fcp_adasd |
| ApplicationFederatedCredentialType |
string |
Yes |
The type of the application federated credential. |
oidc |
| ApplicationFederatedCredentialName |
string |
Yes |
The name of the application federated credential. |
example_name |
| VerificationCondition |
string |
No |
The verification condition. |
IsNullOrEmpty("jwt.issuer") |
| Description |
string |
No |
The description. |
description_text |
| AttributeMappings |
array<object> |
No |
The attribute mappings. |
|
|
object |
No |
|||
| SourceValueExpression |
string |
No |
The source value expression. |
Append(client.applicationFederatedCredentialId, ":", cert.subject.CN, ":", cert.serialNumber) |
| TargetField |
string |
No |
The target field. |
client.activeSubjectUrn |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| ApplicationFederatedCredentialId |
string |
The ID of the application federated credential. |
afc_asd123daxxxx |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"ApplicationFederatedCredentialId": "afc_asd123daxxxx"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.