AWS code-library documentation change
Summary
Added PowerShell V5 example for removing client IDs from OIDC providers
Security assessment
Shows maintenance of OIDC provider configurations, a security best practice, but no direct link to a security vulnerability.
Diff
diff --git a/code-library/latest/ug/iam_example_iam_RemoveClientIdFromOpenIdConnectProvider_section.md b/code-library/latest/ug/iam_example_iam_RemoveClientIdFromOpenIdConnectProvider_section.md index 456194fa6..5a68d01e2 100644 --- a//code-library/latest/ug/iam_example_iam_RemoveClientIdFromOpenIdConnectProvider_section.md +++ b//code-library/latest/ug/iam_example_iam_RemoveClientIdFromOpenIdConnectProvider_section.md @@ -52,0 +53,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example removes the client ID`My-TestApp-3` from the list of client IDs associated with the IAM OIDC provider whose ARN is `arn:aws:iam::123456789012:oidc-provider/example.oidcprovider.com`.** + + + Remove-IAMClientIDFromOpenIDConnectProvider -ClientID My-TestApp-3 -OpenIDConnectProviderArn arn:aws:iam::123456789012:oidc-provider/example.oidcprovider.com + + + * For API details, see [RemoveClientIdFromOpenIdConnectProvider](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +