Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:enable_support [2018/11/29 11:32] – [Enable Support for Autologin in Stages] evt72:enable_support [2019/02/28 10:24] – [Enable Support for Autologin in Stages] mmk
Line 3: Line 3:
 ====== Enable Support for Autologin in Stages ====== ====== Enable Support for Autologin in Stages ======
  
-By default, Autologin is configured to be off. To enable Autologin, set the configuration property “autologin.spnego.enabled” to “true” (add <property name="**autologin.spnego.enabled**" value="**true**"/> in <properties>-section ) This is configured in the respective ''conf/config.xml'' section.+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.