File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -738,7 +738,7 @@ def validate_subject_confirmation
738
738
next if ( attrs . include? "InResponseTo" and attrs [ 'InResponseTo' ] != in_response_to ) ||
739
739
( attrs . include? "NotOnOrAfter" and ( parse_time ( confirmation_data_node , "NotOnOrAfter" ) + allowed_clock_drift ) <= now ) ||
740
740
( attrs . include? "NotBefore" and parse_time ( confirmation_data_node , "NotBefore" ) > ( now + allowed_clock_drift ) ) ||
741
- ( attrs . include? "Recipient" and !options [ :skip_recipient_check ] and attrs [ 'Recipient' ] != settings & .assertion_consumer_service_url )
741
+ ( attrs . include? "Recipient" and !options [ :skip_recipient_check ] and settings and attrs [ 'Recipient' ] != settings . assertion_consumer_service_url )
742
742
743
743
valid_subject_confirmation = true
744
744
break
You can’t perform that action at this time.
0 commit comments