Re:[cas-user] CAS and SAML 1.1

2012-10-22 Thread Guy Thomas
My mistake! In the service manager I forgot to add wildcards to the registered services. I should have specified https://inf069766.ad.vl-brabant.be:11043/additionservice/** instead of https://inf069766.ad.vl-brabant.be:11043/additionservice/ Now I have one service that uses SAML and one CAS.

Re: [cas-user] CAS and SAML 1.1

2012-10-22 Thread Julio C. Rivera
Try setting service init-param : service https://inf069766.ad.vl-brabant.be:11043/additionservice/ ... Regards. Julio. 2012/10/22 Guy Thomas > I added logging to cas-server-core in > CentralAuthenticationServiceImpl.java and wr

[cas-user] CAS and SAML 1.1

2012-10-22 Thread Guy Thomas
I added logging to cas-server-core in CentralAuthenticationServiceImpl.java and wrote out the ID of the service argument to validateServiceTicket(final String serviceTicketId, final Service service) This is the logged service ID: https://inf069766.ad.vl-brabant.be:11043/additionservice/?TARGET=h

[cas-user] CAS and SAML 1.1

2012-10-22 Thread Guy Thomas
Still struggling with the SAML 1.1 set-up. If somebody can help me, I'd be very grateful. This is the CAS server URL: https://inf069766.ad.vl-brabant.be:11143/cas This is the URL of the first service (of two) I'm trying to CASify: https://inf069766.ad.vl-brabant.be:11043/additionservice/ When n

RE: [cas-user] CAS and SAML 1.1

2012-10-19 Thread Guy Thomas
: cas-user@lists.jasig.org Onderwerp: Re: [cas-user] CAS and SAML 1.1 > 19 okt 2012 14:52:23,475 DEBUG Saml11TicketValidator:206 - Retrieving > response from server. > 19 okt 2012 14:52:23,604 DEBUG Saml11TicketValidator:214 - Server > response: xmlns:SOAP-ENV="http://schemas

Re: [cas-user] CAS and SAML 1.1

2012-10-19 Thread Marvin Addison
> 19 okt 2012 14:52:23,475 DEBUG Saml11TicketValidator:206 - Retrieving > response from server. > 19 okt 2012 14:52:23,604 DEBUG Saml11TicketValidator:214 - Server response: > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";> xmlns="urn:oasis:names:tc:SAML:1.0:protocol" > xmlns:saml

re:[cas-user] CAS and SAML 1.1

2012-10-19 Thread Guy Thomas
Another question: In the table rs_attributes and in the service manager I find the attributes uid, eduPersonAffiliation and groupMembership. Any idea what created these attributes? Shouldn't they be replaced with the "roles" and "domain" attributes I added to the SimplePrincipal? -- You are c

re:[cas-user] CAS and SAML 1.1

2012-10-19 Thread Guy Thomas
This is the trace of an attempt to reach a service using SAML 1.1 with the SAMLException at the end: 19 okt 2012 14:51:44,627 INFO Saml11TicketValidationFilter:71 - Property [serverName] loaded from FilterConfig.getInitParameter with value [https://inf069766.ad.vl-brabant.be:11043] 19 okt 2012

[cas-user] CAS and SAML 1.1

2012-10-19 Thread Guy Thomas
I'm trying to configure my CAS test setup (CAS Server and 2 services) for SAML 1.1. I read what I could find about CAS&SAML configuration, but I'm still at a loss. On the service (client) side I followed this doc: https://wiki.jasig.org/display/CASC/Configuring+the+Jasig+CAS+Client+for+Java+in+t