I have encountered an issue where I receive the following error when trying to 
serviceValidate with pgtUrl:

<cas:serviceResponse><cas:authenticationFailure code="INVALID_PROXY_CALLBACK">
The supplied proxy callback url 'https://nau.edu/' could not be authenticated.
</cas:authenticationFailure></cas:serviceResponse>

From what I understand, the service registry property “allowedToProxy” should 
take care of this:

    <bean id="serviceRegistryDao" 
class="org.jasig.cas.services.InMemoryServiceRegistryDaoImpl"
            p:registeredServices-ref="registeredServicesList" />
    <util:list id="registeredServicesList">
        <bean class="org.jasig.cas.services.RegisteredServiceImpl">
                <property name="id" value="0" />
                <property name="name" value="HTTPS svcs" />
                <property name="description" value="something" />
                <property name="serviceId" value="https://**"; />
                <property name="evaluationOrder" value="1000" />
                <property name="usernameAttribute" value="uid" />
                <property name="allowedToProxy" value="true" />
        </bean>
    </util:list>

Am I missing something?
--
Raymond Walker
Software Systems Engineer StSp.
ITS Northern Arizona University

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to