Difference between revisions of "Terraform resource: aws iam saml provider"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
[[saml_metadata_document]] = file("saml-metadata.xml") | [[saml_metadata_document]] = file("saml-metadata.xml") | ||
} | } | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[aws_iam_openid_connect_provider]]</code> | ||
== See also == | == See also == |
Revision as of 16:04, 4 July 2024
resource "aws_iam_saml_provider" "default" { name = "myprovider" saml_metadata_document = file("saml-metadata.xml") }
Related
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: