Currently we are using web applications that use cas. Our next step is to be able to whitelabel these applications based on the virtualname. Ie that it presents a different presentation based on what url you access the application with. And this also applies to the cas. After studying cas, there seems to be functionality for using themes, that would allow us to theme the presentation of the login screen. Though one problem still remains, how does the client tell the server which dns name is being used in the request…?
By looking into your code, it seems that it supports custom parameters in the authentication request towards the server. The problem is that these parameters are pretty static. We need some dynamic parameters so that we can set a theme name, Or better: What if that when the serverName and serviceUrl is empty, then the serviceUrl is deducted from the request.getRequestURL()? I have currently modified your code to test the feature and currently it seems to work fine. But does this sound foolish, or are there some scenarios it won’t cover? Regard, Ravinder Singh -- 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
