Change username in CAS response?
lsiochi
Lucia.Siochi at cpcc.edu
Tue Jul 19 17:31:07 EDT 2016
Hello,
We were able to get CAS to return a username in its response, from a
specific attribute. Here's how we ended up doing it:
attribute-resolver.xml:
We added an AD attribute that has the username in its original case,
regardless of the domain.
attribute-filter.xml:
We added the new attribute to the filter policy for our domains.
In relying-party.xml:
Instead of using this: <ref bean="CAS.ValidateConfiguration" />
We used this: <bean parent="CAS.ValidateConfiguration"
p:userAttribute="samaccountname" />
I just wanted to post this here, in case it is helpful to anyone else.
Thanks!
Lucia
--
View this message in context: http://shibboleth.1660669.n2.nabble.com/Change-username-in-CAS-response-tp7626412p7626958.html
Sent from the Shibboleth - Users mailing list archive at Nabble.com.
More information about the users
mailing list