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 eff4a22 commit 45665baCopy full SHA for 45665ba
1 file changed
lib/onelogin/ruby-saml/utils.rb
@@ -65,7 +65,7 @@ def self.build_query(params)
65
# @option params [OpenSSL::X509::Certificate] cert The Identity provider public certtificate
66
# @option params [String] sig_alg The SigAlg parameter
67
# @option params [String] signature The Signature parameter (base64 encoded)
68
- # @option params [String] query_string The SigAlg parameter
+ # @option params [String] query_string The full GET Query String to be compared
69
# @return [Boolean] True if the Signature is valid, False otherwise
70
#
71
def self.verify_signature(params)
0 commit comments