Versions Compared

Key

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

...

  • Runtime changes
    • in Services Management i.e. /cas/services/ Edit service to 'Ignore Attribute Management via this Tool'


    Note

    If you are using InMemoryServiceRegistryDaoImpl as serviceRegistryDao (default config), a way to avoid to edit services at each restart of cas-server is to add a property to the corresponding service in deployerConfigContext.xml :

    Code Block
    <bean class="org.jasig.cas.services.RegisteredServiceImpl">
    ...
      <property name="allowedAttributes">
        <list>
            <value>USER_ROLE</value>
        </list>
     </property>
    ...