Difference between revisions of "Terraform resource: aws iam saml provider"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
resource "aws_iam_saml_provider" "default" { | resource "aws_iam_saml_provider" "default" { | ||
name = "myprovider" | name = "myprovider" | ||
− | saml_metadata_document = file("saml-metadata.xml") | + | [[saml_metadata_document]] = file("saml-metadata.xml") |
} | } | ||
Revision as of 16:03, 4 July 2024
resource "aws_iam_saml_provider" "default" { name = "myprovider" saml_metadata_document = file("saml-metadata.xml") }
See also
aws_iam_saml_provider
- Terraform IAM: Terraform aws iam resources, Terraform IAM module
- SAML, IdP, Assertion, Attribute, SCIM, Amazon Cognito, OpenID Connect (OIDC), SAML response,
SAML:EduPersonOrgDN
, Assertion Consumer Service (ACS), SAML examples,Entity ID
,Name ID
,SAMLResponse, saml-provider, saml2aws
,aws_iam_saml_provider
Advertising: