Hello all,
I am evaluating CAS as SSO server for my could. I have successfully executed SSO and SLO on 2 sample web apps. SLO is configured with 2 services registered with FRONT_CHANNEL logout urls and it works pretty well when I call cas/logout. But when I am trying to evaluate the same by using rest protocol, it is not working. The client apps logout endpoint is not getting called :(
I am trying all this in postman.
1) get TGT ticket using REST call
2) get a service ticket using the TGT id for service http:\\localhost:8090\login\cas
3) validate the ST using REST again
4) delete the TGT using REST call with TGT id. (logout endpoint of http:\\localhost:8090\login\cas not called )
any clues? Thanks in advance.