Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAML : validate_response_signature no respected #375

Open
1 task done
ktibi opened this issue Aug 23, 2023 · 0 comments
Open
1 task done

SAML : validate_response_signature no respected #375

ktibi opened this issue Aug 23, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ktibi
Copy link

ktibi commented Aug 23, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

1.4.6

Nexus Provider Version

1.21.2

Nexus Version

3.59.0

Affected Resource(s)/Data Source(s)

nexus_security_saml

Terraform Configuration Files

resource "nexus_security_saml" "example" {
  idp_metadata                 = file("./saml.xml")
  entity_id                    = "https://${var.nexus_url}/service/rest/v1/security/saml/metadata"
  validate_response_signature  = false
  validate_assertion_signature = false
  username_attribute           = "username"
  first_name_attribute         = "firstName"
  last_name_attribute          = "lastName"
  email_attribute              = "email"
  groups_attribute             = "groups"
}

Debug Output/Panic Output

~ validate_assertion_signature = true -> false
        # (7 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.
Do you want to perform these actions?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

nexus_security_saml.example: Modifying... [id=saml]
nexus_security_saml.example: Modifications complete after 1s [id=saml]

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

Expected Behaviour

Validate Response Signature

False

Validate Assertion Signature

True

Actual Behaviour

Validate Response Signature

Default

Validate Assertion Signature

Default

Steps to Reproduce

No response

References

No response

@ktibi ktibi added the bug Something isn't working label Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: High priority
Development

No branches or pull requests

1 participant