Version 0.58-TRIAL #105
waterkip
announced in
New releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yesterday we released a new version of Net::SAML2.
In 0.58 TRIAL we have bundled a lot of improvements and some bug fixes. We changed 32 files, with 1261 insertions and 282 deletions. We encourage people to test this release due to the size of the changes, although our testsuite is happy with the work that we've done.
constructor for the LogoutRequest in Net::SAML::SP logout_request.
A potential change is upcoming, so we want to have tests to ack/nack
the claims of that new change.
previously
SOAP request call
This allows you to later on ask for the default assertion service by
using get_default_assertion_service().
Format. We no longer do this, we only return the NameID format if it
was provided by the metadata.
Previous versions supplied a default when as_xml was called, this
default has been removed.
You now need to supply less parameters when verifying the redirect
request (SAMLResponse).
In order to respect the SAML specifications the NameQualifier and
SPNameQualifier are omitted from the LogoutRequest. In case you need
the NameQualifier and the SPNameQualifier you'll now need
include_name_qualifier to be set in the constructor. When the NameID
Format is urn:oasis:names:tc:SAML:2.0:nameidformat:persistent, both
become mandatory. For those who need to set the SPNameQualifier to
be the Affiliation Group ID we have affiliation_group_id for you in
the constructor.
Beta Was this translation helpful? Give feedback.
All reactions