Difference between revisions of "Terraform resource: aws iam saml provider"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
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") |
} | } | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[aws_iam_openid_connect_provider]]</code> | ||
== See also == | == See also == | ||
+ | * {{aws_iam_saml_provider}} | ||
* {{tf iam}} | * {{tf iam}} | ||
* {{SAML}} | * {{SAML}} | ||
+ | |||
+ | [[Category:TF]] |
Latest revision as of 10:13, 5 July 2024
resource "aws_iam_saml_provider" "default" { name = "myprovider" saml_metadata_document = file("saml-metadata.xml") }
Related[edit]
See also[edit]
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: