cas username
Tom Zeller
tzeller at dragonacea.biz
Tue Sep 22 13:26:11 EDT 2015
> On Sep 22, 2015, at 12:22 PM, Cantor, Scott <cantor.2 at osu.edu> wrote:
>
> On 9/22/15, 1:02 PM, "users on behalf of Abromowitz, Samuel" <users-bounces at shibboleth.net on behalf of s.abromowitz at neu.edu> wrote:
>
>> Is there a way with IDP V3 to specify the cas username that is sent per service? The default is the uid.
>
> The default is the canonicalized name coming out of the login process. A persual of the javadoc says that you can override that on a per-relying party basis to use an attribute coming out of the resolver instead using the userAttribute property on the ValidationConfiguration profile bean.
Have not tried, but IIUC the following in relying-party.xml :
<ref bean="CAS.ValidateConfiguration" />
would be replaced with :
<bean parent="CAS.ValidateConfiguration" p:userAttribute=“myUsernameAttribute" />
More information about the users
mailing list