cancel
Showing results for 
Search instead for 
Did you mean: 

Infoview - choice authentication type

Former Member
0 Kudos

In InfoView login window I don't have list of authentication types.

Authentication Windows AD is enabled.

Where should I still change the settings?

Windows 2003 Standard SP2 64kb

BOE 3.1 SP3 FP3.1

apache/tomcat

best regards

Krys

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks Gokul - it is it

<context-param>

<param-name>authentication.visible</param-name>

<param-value>true</param-value> <!-- default it is false -->

</context-param>

best regard

krys

Former Member
0 Kudos

you need to change it in web.xml file located at

<BO install dir>/Tomcat55/InfoVIewApp/WEB-INF

look for authentication section in web.xml and make changes.

-Gokul.