> The ticket validator has a property > called proxyCallbackUrl that I want to be dynamic but currently it is not.
I'm trying to understand why you need this. > For example, client A accesses the site by https://www.clientA.com and > client B accesses the site by https://www.clientB.com. I have configured > the CAS server service url's to correspond to these url's. So you host the different faces for this site on the same infrastructure. Why can't you share proxy state for multiple sites using a single proxy callback? Do you have some sort of security requirement to keep their data separate? Other than some sort of policy requirement, I can't imagine a reason you couldn't just use a single URL for callback to all of them on a client-neutral URL, e.g https://www.realhostname.com/site/proxycallback. 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
