The following code examples show how to use UpdateSamlProvider
.
- AWS CLI
-
To update the metadata document for an existing SAML provider
This example updates the SAML provider in IAM whose ARN is
arn:aws:iam::123456789012:saml-provider/SAMLADFS
with a new SAML metadata document from the fileSAMLMetaData.xml
.aws iam update-saml-provider \ --saml-metadata-document
file://SAMLMetaData.xml
\ --saml-provider-arnarn:aws:iam::123456789012:saml-provider/SAMLADFS
Output:
{ "SAMLProviderArn": "arn:aws:iam::123456789012:saml-provider/SAMLADFS" }
For more information, see Creating IAM SAML identity providers in the AWS IAM User Guide.
-
For API details, see UpdateSamlProvider
in AWS CLI Command Reference.
-
For a complete list of AWS SDK developer guides and code examples, see Using this service with an AWS SDK. This topic also includes information about getting started and details about previous SDK versions.