Hello

We have CASified our web application and its all fine.

But now we want to allow public open access for few URLs who does not need 
to login.

We are using CAS, Spring security and its Java application.

The service is registered like this,

<bean class="org.jasig.cas.services.RegexRegisteredService">
            <property name="id" value="1" />
            <property name="name" value="MyApp1" />
            <property name="description" value="My Application" />
            <property name="serviceId" 
value="^(http?|https?)://myportal/app1/.*" />
            <property name="evaluationOrder" value="10000001" />
        </bean>

Any help would be great.

Cheers
Jay

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