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.
2 parents 0ab6613 + 4f371b6 commit 00be23aCopy full SHA for 00be23a
1 file changed
README.md
@@ -466,8 +466,8 @@ and this method process the SAML Logout Response sent by the IdP as reply of the
466
def process_logout_response
467
settings = Account.get_saml_settings
468
469
- if session.has_key? :transation_id
470
- logout_response = OneLogin::RubySaml::Logoutresponse.new(params[:SAMLResponse], settings, :matches_request_id => session[:transation_id])
+ if session.has_key? :transaction_id
+ logout_response = OneLogin::RubySaml::Logoutresponse.new(params[:SAMLResponse], settings, :matches_request_id => session[:transaction_id])
471
else
472
logout_response = OneLogin::RubySaml::Logoutresponse.new(params[:SAMLResponse], settings)
473
end
0 commit comments