Method: Spid::Saml2::ResponseValidator#call
- Defined in:
- lib/spid/saml2/response_validator.rb
#call ⇒ Object
21 22 23 24 25 26 27 |
# File 'lib/spid/saml2/response_validator.rb', line 21 def call return false unless success? [ matches_request_uuid, issuer, assertion_issuer, certificate, destination, conditions, audience, signature ].all? end |