> Everything works fine, except that there is never any data in the > SERVICETICKET table.
As it should be. Service tickets are ephemeral by nature; they are created in SERVICETICKET and deleted upon validation, which typically happens on the order of milliseconds. The only way you'd see entries accrue in this table is that a service requested a ticket and never validated it, leaving it for the registry cleaner process to clean up. You could perform this workflow with a web proxy tool between the browser and CAS that allows you to intercept requests and responses. Pause when you get the ST back from CAS, then query your DB to confirm it's there, then continue with the request that validates and expunges the ST, then query again to confirm it's been deleted. 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
