AWS::IAM::SAMLProvider
- It's an AWS Resource that describes an
identity provider (IdP)
that supportsSAML 2.0
. - The
SAML provider
resource that you create with this operation can be used as aprincipal
in an IAM role's trust policy. Such a policy can enablefederated users
who sign in using theSAML IdP
to assume the role. You can create an IAM role that supportsWeb-based single sign-on (SSO)
to the AWS Management Console or one that supports API access to AWS. -
Allow users federated with SAML 2.0 from a corporate directory to perform actions in this account
-
ARN example:
arn:aws:iam::000000000000:saml-provider/okta
Properties
Type: AWS::IAM::SAMLProvider
Properties:
Name: String
SamlMetadataDocument: String
Tags:
- Tag