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: 1. During authentication: ACTION: AUTHENTICATION_SUCCESS ACTION: TICKET_GRANTING_TICKET_CREATED ACTION: SERVICE_TICKET_CREATED 1. During subsequent calls: 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? -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/4bd7fe78-6e69-4b05-9650-923313ef4284%40apereo.org. For more options, visit https://groups.google.com/a/apereo.org/d/optout.
