AWS IAM documentation change
Summary
Added PowerShell V5 example for ListOpenIdConnectProviders command
Security assessment
The change documents OpenID Connect provider management, which relates to identity federation security. However, it does not address a specific vulnerability.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_ListOpenIdConnectProviders_section.md b/IAM/latest/UserGuide/iam_example_iam_ListOpenIdConnectProviders_section.md index bd498fb50..6edf9c166 100644 --- a//IAM/latest/UserGuide/iam_example_iam_ListOpenIdConnectProviders_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_ListOpenIdConnectProviders_section.md @@ -65,0 +66,22 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example returns a list of ARNS of all the OpenID Connect providers that are defined in the current AWS account.** + + + Get-IAMOpenIDConnectProviderList + + +**Output:** + + + Arn + --- + arn:aws:iam::123456789012:oidc-provider/server.example.com + arn:aws:iam::123456789012:oidc-provider/another.provider.com + + * For API details, see [ListOpenIdConnectProviders](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +