From ab9e981d036213e831ba5fa26c3d0d5e04f4a6ff Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 27 Jan 2011 13:40:55 +0000 Subject: [PATCH] [saml2] set the service session variable on logout requests --- authentic/liberty/saml2.ptl | 1 + 1 file changed, 1 insertion(+) diff --git a/authentic/liberty/saml2.ptl b/authentic/liberty/saml2.ptl index 100ad96..41b4509 100644 --- a/authentic/liberty/saml2.ptl +++ b/authentic/liberty/saml2.ptl @@ -703,6 +703,7 @@ consent_obtained: %s intro_cookie: %s' % (user_authenticated, consent_obtained, logout.relayState = relay_state get_logger().info('received SLO request from %s' % logout.remoteProviderId) + get_session().service = get_provider_key(logout.remoteProviderId) # Look for a session index try: session_index = common.SessionIndex.get(logout.request.sessionIndex)