Method: Spid::Saml2::ResponseValidator#subject_not_on_or_after

Defined in:
lib/spid/saml2/response_validator.rb

#subject_not_on_or_afterObject



130
131
132
133
134
# File 'lib/spid/saml2/response_validator.rb', line 130

def subject_not_on_or_after
  time = Time.now.utc.iso8601

  return true if response.subject_not_on_or_after > time
end