> Currently I am using the assertion > (org.jasig.cas.client.validation.AssertionImpl) to get the username out of > the request. Without refreshing the page the username gets attached to the > legacy-app session, but when I hit reload this information gets lost.
Both log excerpts show that a proxy ticket is requested and granted to the following service: https://wlaut5165:8443/cas/proxyCallback You should get a valid assertion from each successful ticket validation, so I can't explain why it would be absent on refresh. There is logging in the Jasig Java CAS client, so it may be helpful to enable logging in your portal to see the CAS logs for the before/after scenario. 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
