Skip to content

Commit 4f371b6

Browse files
committed
Merge pull request #1 from piperniehaus/piperniehaus-patch-1
Update README.md
2 parents 0ab6613 + 9d6702b commit 4f371b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,8 @@ and this method process the SAML Logout Response sent by the IdP as reply of the
466466
def process_logout_response
467467
settings = Account.get_saml_settings
468468
469-
if session.has_key? :transation_id
470-
logout_response = OneLogin::RubySaml::Logoutresponse.new(params[:SAMLResponse], settings, :matches_request_id => session[:transation_id])
469+
if session.has_key? :transaction_id
470+
logout_response = OneLogin::RubySaml::Logoutresponse.new(params[:SAMLResponse], settings, :matches_request_id => session[:transaction_id])
471471
else
472472
logout_response = OneLogin::RubySaml::Logoutresponse.new(params[:SAMLResponse], settings)
473473
end

0 commit comments

Comments
 (0)