I have configured CAS with Spring for SSO. Then I noticed that for every request, CAS client is contacting CAS server even after first login. Is this normal?
These are the server actions:
ACTION: AUTHENTICATION_SUCCESS ACTION: TICKET_GRANTING_TICKET_CREATED ACTION: SERVICE_TICKET_CREATED
ACTION: SERVICE_TICKET_CREATED
So here for every request, client is contacting server and each time there is a new service ticket created.
But normally, client will contact server for the first time during authentication. For subsequent requests, it won't contact server.
Can any one of you please clarify?