[saml2] set the service session variable on logout requests

This commit is contained in:
Benjamin Dauvergne 2011-01-27 13:40:55 +00:00
parent 9385fd3d3d
commit ab9e981d03
1 changed files with 1 additions and 0 deletions

View File

@ -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)