Hello cas-users,
I was wondering if there is a way to do service specific attribute mapping
using CAS? We had a previous setup where Google Apps requests mapped
username to the altUid LDAP attribute. I believe this was possible because
our setup had a different argument extractor config for Google SAML requests
(please forgive me if the language is incorrect. I would like to do this
same sort of mapping (username = altUid) but only for a specific service
(the client in this case is mod_auth_cas).
Essentially, I want a wiki to use CAS, but return a different LDAP attribute
for the username in the response without effecting all of our other
services. For my wiki it would go as follow: Browse to wiki, get CAS login,
authenticate as 012345678, CAS returns jsmith to wiki as username.
I want this:
<property name="resultAttributeMapping">
<map>
<!-- Mapping beetween LDAP entry attributes (key) and Principal's
(value) -->
<entry key="altUid" value="username"/>
</map>
</property>
</bean>
But only for one service
Regards,
Patrick
--
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