>   <bean id="samlServiceTicketUniqueIdGenerator" 
> class="org.jasig.cas.util.SamlCompliantUniqueTicketIdGenerator">
>     <constructor-arg index="0" value="https://localhost:${host.port.https}"; />
>     <property name="saml2compliant" value="true" />
>   </bean>
>
> My questions is about the constructor value.
> We have a clustered environment and not sure if the URL should lead to the 
> loadbalancer or rather the real machine names.

The only requirement is that it be unique across each node in the
cluster.  I prefer simple prefixes like cas-1, cas-2, etc.

M

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