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

Commit

Permalink
Merge pull request #449 from jackton1/patch-3
Browse files Browse the repository at this point in the history
Updated protocol binding to use all capitals
  • Loading branch information
willvedd committed Jan 25, 2022
2 parents 690e7f2 + 3bd936f commit 97a1133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions auth0/resource_auth0_connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ EOF
user_id_attribute = "https://saml.provider/imi/ns/identity-200810"
tenant_domain = "example.com"
domain_aliases = ["example.com", "example.coz"]
protocol_binding = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Post"
protocol_binding = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
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>"
signature_algorithm = "rsa-sha256"
digest_algorithm = "sha256"
Expand Down Expand Up @@ -1446,7 +1446,7 @@ EOF
sign_out_endpoint = ""
tenant_domain = "example.com"
domain_aliases = ["example.com", "example.coz"]
protocol_binding = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Post"
protocol_binding = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
signature_algorithm = "rsa-sha256"
digest_algorithm = "sha256"
entity_id = "example"
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ resource "auth0_connection" "samlp" {
sign_out_endpoint = "https://saml.provider/sign_out"
tenant_domain = "example.com"
domain_aliases = ["example.com", "alias.example.com"]
protocol_binding = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Post"
binding_method = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
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>"
user_id_attribute = "https://saml.provider/imi/ns/identity-200810"
signature_algorithm = "rsa-sha256"
Expand Down

0 comments on commit 97a1133

Please sign in to comment.