We are using CAS as a single sign on utility. We have it working for our apex applications, but there's one nuisancy thing i'm hoping we can do differently.
The authentication scheme is wired into CAS by means of a page sentry function, and the scheme also specifies the CAS logout page as a logout URL. we have different cas systems for our different environments.... e.g. a Development CAS for development, a Test CAS for verification testing, and a production CAS for production. As it stands now, we have to change the logout URL to be the appropriate one, depending on which system the apex app is running on. we'd like to externalize this in an XML file on the server, or in a database or something, so we don't have to tweak the appplication everytime we put it onto a new environment.
any ideas? thanks.