Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

saml-logout

 

  1. LogoutRequest issued by SP to  IDP
  2. IDP determines authenticated SPs for given user session.  If there are no SPs, other than the SP who sends logout request, the profile proceeds with step 5.  
    Otherwise, steps 3 and 4 are repeated for each SP 
  3. LogoutRequest issued by IDP to SP
  4. SP issues LogoutResponse to IDP
  5. IDP issues LogoutResponse to SP who sends logout request


View file
nameSAML User Flow Scenarios.pdf
pageICON CR - Single Sign-Out
spaceDET
height250

SAML User Scenarios : Page 2 (Logout)

Image Added
 

LogoutRequest is extend from RequestAbstractType.  
 
There are some attributes that must be in the RequestAbstractType element 
 

...