> Would i need to work out what services tickets are valid for each server or > would the single sign-out do that for me?
Destorying the user's TGT is all you need to do; this triggers invalidation of existing service tickets and issues the single sign-out calls to services visited during the SSO session. > Any idea where I should look to get more details on how the single sign out > actually works. Study the source of the following classes: - CentralAuthenticationServiceImpl (destroyTicketGrantingTicket) - AbstractWebApplicationService (logOutOfService) - HttpClient M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
