93c25cc Convert logout code to use SAML2 Store

1 file Authored by rcritten 8 years ago, Committed by puiterwijk 8 years ago,
    Convert logout code to use SAML2 Store
    
    This is functionally the same. The primary differences are:
    
    - When logging out, fetch all requested session indexes in the
      LogoutRequest.
    - Store the LogoutRequest request ID to be used later when a
      LogoutResponse is received to look up the logout.
    
    https://fedorahosted.org/ipsilon/ticket/90
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>