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

Saml2LogoutRequestMixin relayState property should be binding #12539

Closed
ghaege opened this issue Jan 13, 2023 · 0 comments
Closed

Saml2LogoutRequestMixin relayState property should be binding #12539

ghaege opened this issue Jan 13, 2023 · 0 comments
Assignees
Labels
in: saml2 An issue in SAML2 modules type: bug A general bug
Milestone

Comments

@ghaege
Copy link

ghaege commented Jan 13, 2023

Describe the bug
It seems relayState property should be binding

To Reproduce

class Saml2LogoutRequestMixin {
..
  @JsonProperty("relayState") Saml2MessageBinding relayState,

Expected behavior

class Saml2LogoutRequestMixin {
..
  @JsonProperty("binding") Saml2MessageBinding binding,
@ghaege ghaege added status: waiting-for-triage An issue we've not yet triaged type: bug A general bug labels Jan 13, 2023
@sjohnr sjohnr added the in: saml2 An issue in SAML2 modules label Jan 13, 2023
@marcusdacoregio marcusdacoregio removed the status: waiting-for-triage An issue we've not yet triaged label Jan 26, 2023
@marcusdacoregio marcusdacoregio added this to the 5.7.7 milestone Jan 26, 2023
@sjohnr sjohnr modified the milestones: 5.7.7, 5.7.8 Feb 21, 2023
marcusdacoregio added a commit to marcusdacoregio/spring-security that referenced this issue Feb 23, 2023
@marcusdacoregio marcusdacoregio modified the milestones: 5.7.8, 5.7.9 Apr 17, 2023
@marcusdacoregio marcusdacoregio modified the milestones: 5.7.9, 5.8.5 Jun 17, 2023
@marcusdacoregio marcusdacoregio modified the milestones: 5.8.5, 5.8.6 Jul 17, 2023
@sjohnr sjohnr modified the milestones: 5.8.6, 5.8.7 Aug 19, 2023
@sjohnr sjohnr modified the milestones: 5.8.7, 5.8.8 Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: saml2 An issue in SAML2 modules type: bug A general bug
Projects
None yet
Development

No branches or pull requests

3 participants