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

Support more complex response statuses in LogoutResponse generation #351

Conversation

mauromol
Copy link
Contributor

An overload of build() has been added to supply a SamlResponseStatus,
so that it's possible to specify a more complex response status in the
generated LogoutResponse. A typical example is the case of a partial
logout, which needs a top-level
urn:oasis:names:tc:SAML:2.0:status:Responder status code and a
second-level
urn:oasis:names:tc:SAML:2.0:status:PartialLogout one. Also, a status
message can also be added now.

Closes #342.

An overload of build() has been added to supply a SamlResponseStatus,
so that it's possible to specify a more complex response status in the
generated LogoutResponse. A typical example is the case of a partial
logout, which needs a top-level
urn:oasis:names:tc:SAML:2.0:status:Responder status code and a
second-level
urn:oasis:names:tc:SAML:2.0:status:PartialLogout one. Also, a status
message can also be added now.

Closes SAML-Toolkits#342.
@pitbulk pitbulk merged commit ca9d5f2 into SAML-Toolkits:master Jul 26, 2021
@mauromol mauromol deleted the improve-response-status-in-logout-response branch July 27, 2021 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for more complex response statuses in LogoutResponse
2 participants