You don't access that url directly. But there are a number of properties (i.e. hostnames) that define the CAS server endpoint the Services Management tool should be trying to access.
On Mon, Sep 27, 2010 at 1:09 PM, Bruno Gurgel <[email protected]> wrote: > Ok, =D > > I find im my cas.properties the follow url: > > > cas.securityContext.serviceProperties.service=..../cas/services/j_acegi_cas_security_check > > But, when I tried to enter this url I receve a message like: > > "Authorization Failure > > You are not authorized to use this application for the following reason: > Failed to provide a CAS service ticket to validate. " > > I already tried to add a user with ADMIN rule with the lines: > > <sec:user name="useradmin" password="passwordpassword" > authorities="ROLE_ADMIN" /> > > > But, neither with this user I'm able to see the services page. =/ Any > ideia? > > Kind Regards > > Bruno Gurgel Gomes de Oliveira > Construtor 4Linux > www.4linux.com.br > Free Software Solutions > > ----- Original Message ----- > From: "Scott Battaglia" <[email protected]> > To: [email protected] > Sent: Monday, 27 September, 2010 1:54:21 PM > Subject: Re: [cas-user] Acess to the cas/services > > The /services is a CAS client since you must authenticate through CAS > ;-) > > We maintain a cas.properties file which says how it should connect to > CAS. > > > > On Mon, Sep 27, 2010 at 12:45 PM, Bruno Gurgel < [email protected] > > wrote: > > > Hello Scott, > > Thank you for your quick answer. =D > > There's no client in this error. I just tried to enter im cas/services > to manage the cas server. Any ideias? > > > Kind Regards > > Bruno Gurgel Gomes de Oliveira > Construtor 4Linux > www.4linux.com.br Free Software Solutions > > > > > ----- Original Message ----- > From: "Scott Battaglia" < [email protected] > > To: [email protected] > Sent: Monday, 27 September, 2010 1:18:15 PM > Subject: Re: [cas-user] Acess to the cas/services > > Your TGT is sent back in the form of a cookie, not as a request > parameter. > > As for your error below, there's some misconfiguration on the client > (its not finding the CAS server) > > > > On Mon, Sep 27, 2010 at 10:40 AM, Bruno Gurgel < [email protected] > > wrote: > > > Hello everyone, > > I'm trying cas server for SSO. I've been read the wiki and followed the > the demo structions. > > My first mail here I was trying to set up cas without SSL, but now SSL > is working like the demo showed. > > After my deploy I've tried to acess cas/services to manage the sites, > but I've got and error: > > description The server encountered an internal error () that prevented > it from fulfilling this request. > > exception > > java.lang.RuntimeException: java.net.ConnectException: Connection > refused > > org.jasig.cas.client.util.CommonUtils.getResponseFromServer(CommonUtils.java:295) > > org.jasig.cas.client.validation.AbstractCasProtocolUrlBasedTicketValidator.retrieveResponseFromServer(AbstractCasProtocolUrlBasedTicketValidator.java:33) > ..... > > Any ideias ? Cas is already working over SSL, but when I authenticate > with moodle Cas only gives me a ST, insted of a TGT. > > Kind Regards > > Bruno Gurgel Gomes de Oliveira > Construtor 4Linux > www.4linux.com.br Free Software Solutions > > > -- 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 > > -- 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 > > -- > > > > 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 > > -- 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 > > -- > 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 > -- 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
