AWS code-library documentation change
Summary
Added PowerShell V5 example for adding client ID to OpenID Connect provider
Security assessment
The example demonstrates configuration of OIDC provider client IDs, which relates to authentication security features, but does not indicate a security vulnerability fix.
Diff
diff --git a/code-library/latest/ug/iam_example_iam_AddClientIdToOpenIdConnectProvider_section.md b/code-library/latest/ug/iam_example_iam_AddClientIdToOpenIdConnectProvider_section.md index ade5e7e89..689301887 100644 --- a//code-library/latest/ug/iam_example_iam_AddClientIdToOpenIdConnectProvider_section.md +++ b//code-library/latest/ug/iam_example_iam_AddClientIdToOpenIdConnectProvider_section.md @@ -54,0 +55,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)_. + + + +