You must be logged in to view saved presets
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.AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
IamSamlProvider:
Type: 'AWS::IAM::SAMLProvider'
Properties:
SamlMetadataDocument: ''
Name: saml-identity-provider
Parameters: {}
Metadata: {}
Conditions: {}