I am experimenting in CAS 3.4.11 to retrieve account attributes from LDAP -
so far so good (configuration listed below).
I next need to use one of the returned attribute values to look up another
LDAP object - can anyone let me know if this is possible?
In the example below, after CAS authentication is successful, the
'loginKey' belonging to the account holder, is successfully returned; using
the 'loginKey', the next step for me is to retrieve the student number- to
do this, I need to run a second LDAP query using the returned 'loginKey'
value. Is this possible to configure in CAS? Any tips will be greatly
appreciated.
Thanks.
<property name="queryAttributeMapping">
<map>
<entry key="username" value="loginName" />
</map>
</property>
<property name="resultAttributeMapping">
<map>
<entry value="loginKey" key="loginKey" />
</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-user