Hi, Milt:
Please make sure the attributes from LDAP is "allowed", and not
filtered out by any "filter".
<util:list id="registeredServicesList">
<bean class="org.jasig.cas.services.RegexRegisteredService">
... ... ...
<!-- Comment out attributeFilter or change the regex. -->
<!-- <property name="attributeFilter">
<bean
class="org.jasig.cas.services.support.RegisteredServiceRegexAttributeFilter"
c:regex="^\w{3}$" />
</property> -->
<!-- Add allowed attributes in the following list. -->
<property name="allowedAttributes">
<list>
<value>company</value>
<value>dept</value>
<value>title</value>
<value>name</value>
<value>telephone</value>
<value>mail</value>
... ... ...
</list>
</property>
</bean>
</util:list>
I use CAS 3.0 protocol, therefore I cannot help the SAML part, maybe
the attributes released from CAS will publish to Client
throuth this program:
\cas-server-4.0.0\cas-server-support-saml\src\main\java\org\jasig\cas\support\saml\web\view\Saml10SuccessResponseView.java
Hope that help.
Oswald Lu
--
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