Hi,

I've been stuck on this one for awhile and wanted to reach out to see if anyone 
had any suggestions. I'm trying to set the username to UPN for a service and 
thus have the following:

<bean class="org.jasig.cas.services.RegexRegisteredService">
                <property name="id" value="6" />
                <property name="name" value="Test Application" />
                <property name="description" value="Allow Test Application " />
                <property name="serviceId" 
value="^(?i)http://applicationname.spu.edu(/.*)?" />
                <property name="evaluationOrder" value="10000006" />
                <property name="usernameAttribute" value="UPN" />
                <property name="allowedAttributes">
                                <list>
                                                <value>spuid</value>
                                                <value>UPN</value>
                                </list>
                </property>
</bean>

Our environment has two servers and on the test server this works as expected 
and the UPN is passed in the xml response from serviceValidate but in 
production (with the same war file) it ignores this attribute and falls back to 
the So it appears this is something external to the war file that is stopping 
this from functioning.

Any ideas at all would be greatly appreciated.

Thank you!

Josh Turner
Developer / Systems Analyst
Computer and Information Systems
Seattle Pacific University
206.281.2407


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