File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -118,3 +118,27 @@ Example::
118118 POST "<hostname>?Action=Action=AddClientIDToOpenIDConnectProvider
119119 &OpenIDConnectProviderArn=arn:aws:iam:::oidc-provider/localhost:8080/auth/realms/quickstart
120120 &ClientID=app-jee-jsp"
121+
122+ UpdateOpenIDConnectProviderThumbprint
123+ -------------------------------------
124+
125+ Update the existing thumbprint list of an OpenIDConnectProvider with the given list.
126+ This API removes the existing thumbprint list and replaces that with the input thumbprint list.
127+
128+ Request Parameters
129+ ~~~~~~~~~~~~~~~~~~
130+
131+ ``OpenIDConnectProviderArn ``
132+
133+ :Description: ARN of the IDP which is returned by the Create API.
134+ :Type: String
135+
136+ ``ThumbprintList.member.N ``
137+
138+ :Description: List of OpenID Connect IDP's server certificates' thumbprints. A maximum of 5 thumbprints are allowed.
139+ :Type: Array of Strings
140+
141+ Example::
142+ POST "<hostname>?Action=Action=UpdateOpenIDConnectProviderThumbprint
143+ &OpenIDConnectProviderArn=arn:aws:iam:::oidc-provider/localhost:8080/auth/realms/quickstart
144+ &&ThumbprintList.list.1=ABCDB3515DD0D319DD219A43A9EA727AD6061234"
You can’t perform that action at this time.
0 commit comments