Configuration template to create an IAM Identity Provider (SAML) based on the provided XML Metadata document

You can use an IAM identity provider when you want to establish trust between a SAML-compatible IdP such as Active Directory Federation Services and AWS, so that users in your organization can access AWS resources. IAM SAML identity providers are used as principals in an IAM trust policy for roles.
Items
1
Size
0.2 KB
Missing Parameters
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
  IamSamlProvider:
    Type: 'AWS::IAM::SAMLProvider'
    Properties:
      SamlMetadataDocument: ''
      Name: saml-identity-provider
Parameters: {}
Metadata: {}
Conditions: {}

Actions



Customize Template

XML Metdata Document

Or
* Required field