Patrick,

I have just started work on a project to add a similar feature to CAS.  
This is a project for one of Unicon's customers, and the customer 
intends to contribute the result to Jasig.  Before you ask the "when" 
question, let me give you a preemptive answer: when it's ready.  ;-)

Adam

On 3/7/2011 11:47, Patrick O'Connor wrote:
>
> 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

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

Reply via email to