I am running an old implementation of jasig cas (3.5.2) on redhat 5. We are working on going to our new Apero cas but we have one app that simply won't work in the new environment. So to try to get the rest of our apps over to the new cas, we decided to (vmware) CLONE the cas.production server to a new VMserver, so that just this ONE app can stay on the old version of cas until the app gets upgraded in July. I have been supporting cas for like 6 years, and I have added many apps into the deployerConfig file.
So...new clone...I update all the server and cas config files so that cas now knows it's cas-te.
I added the bean.
I get unauthorized server...
I can't figure out what I am doing wrong...
I copied the bean from our old cas-test server too...and the app works there...but not on this new cas-te.
<bean class="org.jasig.cas.services.RegisteredServiceImpl">
<property name="id" value="5" />
<property name="name" value="Travel and Expense PROD" />
<property name="description" value="TE PROD" />
<property name="evaluationOrder" value="1" />
<property name="allowedAttributes">
<list>
<value>UDC_IDENTIFIER</value>
</list>
</property>
</bean>
WORKS IN 3.5.2 TEST BUT NOT 3.5.2 CAS-TE
<bean class="org.jasig.cas.services.RegisteredServiceImpl">
<property name="id" value="48" />
<property name="name" value="T and E TEST" />
<property name="description" value="T and E TEST" />
<property name="evaluationOrder" value="1" />
<property name="allowedAttributes">
<list>
<value>UDC_IDENTIFIER</value>
</list>
</property>
</bean>
WORKS IN 3.5.2 TEST BUT NOT 3.5.2 CAS-TE
<bean class="org.jasig.cas.services.RegisteredServiceImpl">
<property name="id" value="49" />
<property name="name" value="Travel and Expense CAS" />
<property name="description" value="Travel and Expense CAS SSO" />
<property name="evaluationOrder" value="1" />
<property name="allowedAttributes">
<list>
<value>UDC_IDENTIFIER</value>
</list>
</property>
2020-04-14 11:14:37,008 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit trail record BEGIN
=============================================================
WHO: JENNIFER.LAVOIE
ACTION: SERVICE_TICKET_NOT_CREATED
APPLICATION: CAS
WHEN: Tue Apr 14 11:14:37 EDT 2020
CLIENT IP ADDRESS: xxx
SERVER IP ADDRESS: xxx
=============================================================