You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before 3.3.3 I was able to access an invalid SamlResponse e.g:
response ||= OneLogin::RubySaml::Response.new("invalid",:settings=>@config.saml_settings,:allowed_clock_drift=>60,:skip_subject_confirmation=>true)response.name_id# returns nil on 3.3.2 and ruby-saml 1.17.0
On 3.3.3 all the way to 3.3.8, ParseException is now raised:
Validating and non-validating processors alike MUST report violations of this specification's well-formedness constraints in the content of the document entity and any other parsed entities that they read.
Hi there,
Before
3.3.3
I was able to access an invalid SamlResponse e.g:On
3.3.3
all the way to3.3.8
,ParseException
is now raised:TIA.
The text was updated successfully, but these errors were encountered: