Hi,
How can I remove the username and password prompt window from InfoView ? I whant to use WinodwsAD for Authentication.
I have added the following in web configuration file!
<WebDesktopSettings>
...
<add key="cmsDefault" value="NYDELL" />
<add key="cmsVisible" value="false" />
<add key="ssoEnabled" value="true" />
<add key="authenticationDefault" value="secWinAD" />
<add key="authenticationVisible" value="false" />
...
</WebDesktopSettings>
<system.web>
...
<identity impersonate="true" />
...
</system.web>
This bit removed the cms and authentication prompt from the login window. I get a prompt window with a username and password alone.
btw - my Windows AD username and password works just fine if I enter them manually.
How can I remove this login window??
thx
Macsen
How can I remove the username and password prompt window from InfoView ? I whant to use WinodwsAD for Authentication.
I have added the following in web configuration file!
<WebDesktopSettings>
...
<add key="cmsDefault" value="NYDELL" />
<add key="cmsVisible" value="false" />
<add key="ssoEnabled" value="true" />
<add key="authenticationDefault" value="secWinAD" />
<add key="authenticationVisible" value="false" />
...
</WebDesktopSettings>
<system.web>
...
<identity impersonate="true" />
...
</system.web>
This bit removed the cms and authentication prompt from the login window. I get a prompt window with a username and password alone.
btw - my Windows AD username and password works just fine if I enter them manually.
How can I remove this login window??
thx
Macsen