AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/iam_example_iam_UpdateOpenIdConnectProviderThumbprint_section.md

Summary

Added PowerShell V5 example for updating OIDC provider certificate thumbprints

Security assessment

Maintains trust chain security for OIDC providers but no specific vulnerability mentioned

Diff

diff --git a/code-library/latest/ug/iam_example_iam_UpdateOpenIdConnectProviderThumbprint_section.md b/code-library/latest/ug/iam_example_iam_UpdateOpenIdConnectProviderThumbprint_section.md
index f361ef9f0..b49dc20ca 100644
--- a//code-library/latest/ug/iam_example_iam_UpdateOpenIdConnectProviderThumbprint_section.md
+++ b//code-library/latest/ug/iam_example_iam_UpdateOpenIdConnectProviderThumbprint_section.md
@@ -52,0 +53,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example updates the certificate thumbprint list for the OIDC provider whose ARN is`arn:aws:iam::123456789012:oidc-provider/example.oidcprovider.com` to use a new thumbprint. The OIDC provider shares the new value when the certificate that is associated with the provider changes.**
+    
+    
+    Update-IAMOpenIDConnectProviderThumbprint -OpenIDConnectProviderArn arn:aws:iam::123456789012:oidc-provider/example.oidcprovider.com -ThumbprintList 7359755EXAMPLEabc3060bce3EXAMPLEec4542a3
+    
+
+  * For API details, see [UpdateOpenIdConnectProviderThumbprint](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+