Hi,

Unfortunately, the Cas30XXX class doesn't exist yet. Chaning the endpoint
is the right solution with the Cas20XXX.

You also need to define what attributes should be returned for your
service: http://jasig.github.io/cas/4.0.0/integration/Attribute-Release.html
.

Best regards,

Jérôme LELEU
Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @leleuj
Chairman of CAS: www.jasig.org/cas | Creator of pac4j: www.pac4j.org


2014-08-21 10:09 GMT+02:00 rcpowered <[email protected]>:

> Okay I've modified the Cas20ServiceTicketValidator to send a request to
> "p3/serviceValidate" and now I'm really using CAS 3.0 Protocol.
>
> Now, I think my problem is on CAS Server side. I've seen something in the
> docs which demonstrate how to get more attribute from LDAP but it didn't
> seems to work :
>
> <bean id="ldapAuthenticationHandler"
> class="org.jasig.cas.authentication.LdapAuthenticationHandler"
>           p:principalIdAttribute="uid"
>           c:authenticator-ref="authenticator">
>     <property name="principalAttributeMap">
>         <map>
>             <entry key="member" value="member" />
>             <entry key="uid" value="uid" />
>         </map>
>     </property>
> </bean>
> --
> 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-dev
>

-- 
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-dev

Reply via email to