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)