AWS IAM documentation change
Summary
Added PowerShell V5 example for removing a client ID from an OIDC provider
Security assessment
Managing OIDC client IDs relates to access control but does not directly address a disclosed security issue.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_RemoveClientIdFromOpenIdConnectProvider_section.md b/IAM/latest/UserGuide/iam_example_iam_RemoveClientIdFromOpenIdConnectProvider_section.md index ea47535f4..f986d88a8 100644 --- a//IAM/latest/UserGuide/iam_example_iam_RemoveClientIdFromOpenIdConnectProvider_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_RemoveClientIdFromOpenIdConnectProvider_section.md @@ -50,0 +51,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)_. + + + +