AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2025-06-25 · Documentation low

File: IAM/latest/UserGuide/iam_example_iam_GetOpenIdConnectProvider_section.md

Summary

Added PowerShell V5 example for Get-IAMOpenIDConnectProvider

Security assessment

Demonstrates OIDC provider details retrieval without security configuration guidance or vulnerability fixes

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_GetOpenIdConnectProvider_section.md b/IAM/latest/UserGuide/iam_example_iam_GetOpenIdConnectProvider_section.md
index f6e2a83f9..b7962e772 100644
--- a//IAM/latest/UserGuide/iam_example_iam_GetOpenIdConnectProvider_section.md
+++ b//IAM/latest/UserGuide/iam_example_iam_GetOpenIdConnectProvider_section.md
@@ -68,0 +69,21 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example returns details about the OpenID Connect provider whose ARN is`arn:aws:iam::123456789012:oidc-provider/accounts.google.com`. The `ClientIDList` property is a collection that contains all the Client IDs defined for this provider.**
+    
+    
+    Get-IAMOpenIDConnectProvider -OpenIDConnectProviderArn arn:aws:iam::123456789012:oidc-provider/oidc.example.com
+    
+
+**Output:**
+    
+    
+    ClientIDList         CreateDate                ThumbprintList                               Url
+    ------------         ----------                --------------                               ---
+    {MyOIDCApp}          2/3/2015 3:00:30 PM       {12345abcdefghijk67890lmnopqrst98765uvwxy}   oidc.example.com
+
+  * For API details, see [GetOpenIdConnectProvider](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+