AWS IAM documentation change
Summary
Added PowerShell V5 example for adding client ID to OIDC provider
Security assessment
Documents security feature (OIDC configuration) but does not address vulnerabilities
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_AddClientIdToOpenIdConnectProvider_section.md b/IAM/latest/UserGuide/iam_example_iam_AddClientIdToOpenIdConnectProvider_section.md index 873d09af7..d2e624f86 100644 --- a//IAM/latest/UserGuide/iam_example_iam_AddClientIdToOpenIdConnectProvider_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_AddClientIdToOpenIdConnectProvider_section.md @@ -52,0 +53,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This command adds the client ID (or audience)`my-application-ID` to the existing OIDC provider named `server.example.com`.** + + + Add-IAMClientIDToOpenIDConnectProvider -ClientID "my-application-ID" -OpenIDConnectProviderARN "arn:aws:iam::123456789012:oidc-provider/server.example.com" + + + * For API details, see [AddClientIdToOpenIdConnectProvider](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +