Skip to content

Saml2LogoutRequestMixin relayState property should be binding #12539

Closed
@ghaege

Description

@ghaege

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,

Metadata

Metadata

Labels

in: saml2An issue in SAML2 modulestype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions