Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit ed428b7

Browse files
authored
Update docs/resources/connection.md
1 parent 4f7a40b commit ed428b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ resource "auth0_connection" "samlp" {
389389
tenant_domain = "example.com"
390390
domain_aliases = ["example.com", "alias.example.com"]
391391
binding_method = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Post"
392-
request_template = "<samlp:AuthnRequest xmlns:samlp=\"urn:oasis:names:tc:SAML:2.0:protocol\"\n@@AssertServiceURLAndDestination@@\n ID=\"@@ID@@\"\n IssueInstant=\"@@IssueInstant@@\"\n ProtocolBinding=\"@@ProtocolBinding@@\" Version=\"2.0\">\n <saml:Issuer xmlns:saml=\"urn:oasis:names:tc:SAML:2.0:assertion\">@@Issuer@@</saml:Issuer>\n</samlp:AuthnRequest>",
392+
request_template = "<samlp:AuthnRequest xmlns:samlp=\"urn:oasis:names:tc:SAML:2.0:protocol\"\n@@AssertServiceURLAndDestination@@\n ID=\"@@ID@@\"\n IssueInstant=\"@@IssueInstant@@\"\n ProtocolBinding=\"@@ProtocolBinding@@\" Version=\"2.0\">\n <saml:Issuer xmlns:saml=\"urn:oasis:names:tc:SAML:2.0:assertion\">@@Issuer@@</saml:Issuer>\n</samlp:AuthnRequest>"
393393
user_id_attribute = "https://saml.provider/imi/ns/identity-200810"
394394
signature_algorithm = "rsa-sha256"
395395
digest_algorithm = "sha256"

0 commit comments

Comments
 (0)