Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The example Spring configuration would look like the following (overriding the WEB-INF/spring-configuration/uniqueIdGenerators.xml):

Code Block
xml
xml

<bean id="samlServiceTicketUniqueIdGenerator" class="org.jasig.cas.util.SamlCompliantUniqueTicketIdGenerator">

...


	<constructor-arg index="0" value="https://localhost:8443" />

...


	<property name="saml2compliant" value="true" />

...


</bean>