Skip to content

Add support for more complex response statuses in LogoutResponse #342

@mauromol

Description

@mauromol

LogoutResponse currently supports the specification of just a top-level status code: no second level status code, no status message.
If the consumer needs to produce a partial logout LogoutResponse they would need to produce a response with a urn:oasis:names:tc:SAML:2.0:status:Responder top-level status code and a urn:oasis:names:tc:SAML:2.0:status:PartialLogout second-level status code.
This enhancement request is to add the ability to specify a SamlResponseStatus in LogoutResponse.build(...) to properly set a more complex response status (a top-level status code, optionally a second-level status code and optionally a status message).

I don't have a PR ready for this because it's based on previous work (like #315) but here is a preview: mauromol@d8695c9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions