Re: [cas-dev] Subdomain support in CAS Client for java

2011-11-15 Thread Francisco González-Blanch
Thanks everybody , i finnally customized the java client library in order to receive a new parameter apart from the TARGET with the subdomain information and now everything is working fine. Best, 2011/11/3 Marvin Addison > > I would want to customize the CAS theme depending on the subdomain th

Re: [cas-dev] Subdomain support in CAS Client for java

2011-11-03 Thread Marvin Addison
> I would want to customize the CAS theme depending on the subdomain the client > is trying to access. We support this use case via Spring themes, https://wiki.jasig.org/display/CASUM/Theme+Control. Based on your brief description, this should work nicely provided you're using (or would plan to

Re: [cas-dev] Subdomain support in CAS Client for java

2011-11-03 Thread Francisco González-Blanch
** >> >> *From:* Lava Kafle [mailto:lka...@gmail.com] >> *Sent:* jeudi, 3. novembre 2011 12:09 >> *To:* cas-dev@lists.jasig.org >> *Subject:* Re: [cas-dev] Subdomain support in CAS Client for java >> >> ** ** >> >> it might need to be redirect

Re: [cas-dev] Subdomain support in CAS Client for java

2011-11-03 Thread Tillinghast, Andrew P.
> > From: Lava Kafle [mailto:lka...@gmail.com] > Sent: jeudi, 3. novembre 2011 12:09 > To: cas-dev@lists.jasig.org > Subject: Re: [cas-dev] Subdomain support in CAS Client for java > > > > it might need to be redirected to some url in some table simply wh

Re: [cas-dev] Subdomain support in CAS Client for java

2011-11-03 Thread Scott Battaglia
ur various pages, >> especially login. >> >> Is this what you wanted? >> >> ** ** >> >> *From:* Lava Kafle [mailto:lka...@gmail.com] >> *Sent:* jeudi, 3. novembre 2011 12:09 >> *To:* cas-dev@lists.jasig.org >> *Subject:* Re: [cas-dev] Subdomain

Re: [cas-dev] Subdomain support in CAS Client for java

2011-11-03 Thread Francisco González-Blanch
; > ** ** > > *From:* Lava Kafle [mailto:lka...@gmail.com] > *Sent:* jeudi, 3. novembre 2011 12:09 > *To:* cas-dev@lists.jasig.org > *Subject:* Re: [cas-dev] Subdomain support in CAS Client for java > > ** ** > > it might need to be redirected to some url in some table si

RE: [cas-dev] Subdomain support in CAS Client for java

2011-11-03 Thread Georges Rossopoulos
mailto:lka...@gmail.com] Sent: jeudi, 3. novembre 2011 12:09 To: cas-dev@lists.jasig.org Subject: Re: [cas-dev] Subdomain support in CAS Client for java it might need to be redirected to some url in some table simply when getting response but that will be hardcoded in the table though. Lava Kafle

Re: [cas-dev] Subdomain support in CAS Client for java

2011-11-03 Thread Lava Kafle
it might need to be redirected to some url in some table simply when getting response but that will be hardcoded in the table though. Lava Kafle On Thu, Nov 3, 2011 at 4:46 PM, Francisco González-Blanch wrote: > Hi Everyone, > > > I would want to customize the CAS theme depending on the sub

[cas-dev] Subdomain support in CAS Client for java

2011-11-03 Thread Francisco González-Blanch
Hi Everyone, I would want to customize the CAS theme depending on the subdomain the client is trying to access. For example: http://user1.myservice.com has a different cas login page than http://user2.myservice.com But since my service is a java application and the web.xml is configured this