This is an old revision of the document!


Deployment Guide

Enable Support for Autologin in Stages

By default, Autologin is configured to be off. To enable Autologin, set the configuration properties “autologin.spnego.enabled” and “autologin.tomcat.enabled” to “true”.

<font inherit/Courier New,Courier,monospace;;inherit;;inherit><property name=“autologin.spnego.enabled” value=“true”/></font>

<font inherit/Courier New,Courier,monospace;;inherit;;inherit><property name=“autologin.tomcat.enabled” value=“true”/></font>

This is configured in the respective conf/config.xml section.