We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925a10a commit b71ca2fCopy full SHA for b71ca2f
lib/onelogin/ruby-saml/response.rb
@@ -727,7 +727,7 @@ def validate_issuer
727
# @return [Boolean] True if the SessionNotOnOrAfter of the AuthnStatement is valid, otherwise (when expired) False if soft=True
728
# @raise [ValidationError] if soft == false and validation fails
729
#
730
- def validate_session_expiration(_soft = true)
+ def validate_session_expiration()
731
return true if session_expires_at.nil?
732
733
now = Time.now.utc
0 commit comments