Hi All, I am using CAS 5.1.3 and have configured Single Log Out for my CAS Oauth2 client.
from the cas.log, once i trigger CAS-Logout from this url: (https://mydomain.com:8443/cas/logout), CAS did successfully send this logout message to my client app.: <?xml version="1.0" encoding="UTF-8"?> <samlp:LogoutRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" ID="LR-22-Dngg6HgOXzM3CoVSU9dNObcWaC3TJlgMAT0" Version="2.0" IssueInstant="2017-11-02T18:11:25Z"> <saml:NameID xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">@NOT_USED@</saml:NameID> <samlp:SessionIndex>ST-34-NGtUaZ5HfWFBMEiH7UDq-DOMAIN123767</samlp:SessionIndex> </samlp:LogoutRequest> my client-app logout method get called, and i can see this message coming in. the problem is how do i map back this service ticket "ST-34-NGtUaZ5HfWFBMEiH7UDq-DOMAIN123767" to my current client session? so that i can clear the specific session for this service ticket. as i am using oauth protocol, my cas-oauth client didn't know the service-ticket information. is there any way i can get the service ticket information during login? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/ba6fac2d-3718-421f-9d30-2622d5a81cb9%40apereo.org.
