Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Win NT TrustedLogin2() User configuration in Web App & WorkSite Server-DB Management
Jagann
We Created a .NET Web application "WebApp" in which it has two type of logins - TrustedLogin2() and Normal Username - Password login.
This .NET Web Application "WebApp" has been installed in a machine "System1" present in domain "SysDomain1".
WorkSite Server has been installed on "System2" present in same domain "SysDomain1".
User has been added for TrustedLogin2() (Windows NT login) using WorkSite Server - WorkSite Database Management tool.
Name: jagannathps
Password: j
Container Name: SysDomain1
OS Type: WINDOWS NT
Allow Login: True
jagannathps is Windows login username present in domain "SysDomain1"
We are able to login using TrustedLogin2() by browsing .NET Web Application "WebApp" Login page in a different machine present in same domain "SysDomain1".
Web Application Virtual Directory "WebApp" settings:
Integrated Windows authentication is set true (Checked)
Anonymous access is set false (Unchecked)
.NET Web application "WebApp" Web.Config Xml details:
authentication mode="Windows"
identity impersonate="true"
But when user tries to browse .NET Web application "WebApp" (through internet connectivity) in a machine present in external domain "SysDomain2", TrustedLogin2() fails for User jagannathps.
But normal login (username -pwd) goes through fine in a machine present in external domain "SysDomain2".
Note:
Only Windows NT authentication is used in Web application "WebApp" settings.
SSL /Certification authentication is not used.
Form authentication is not used.
.NET Web applicaton "WebApp" has been configured, it works fine with TrustedLogin2() for user jagannathps in same domain "SysDomain1".
We are able to login using TrustedLogin of DeskSite installed in different machine present in same domain "SysDomain1".
AccessToken is passed properly for TrustedLogin2() method in .Net Web application.
Questions:
We need to know whether there is any particular configuration to be set in WorkSite Server - WorkSite Database Management tool for TrustedLogin2() user
belonging to domain "SysDomain1" to be able to login (TrustedLogin2() -web application using internet connectivity) in external domain "SysDomain2".
Or
Is there any settings in Web applicaton which will enable to login using user (TrustedLogin2()) of domain "SysDomain1", in a machine in external domain "SysDomain2"?
If .NET Web applicaton - TrustedLogin is not possible through above mentioned scenario, then is it possible through SSL /Certificate Authentication?
Please give details about SSL /Certificate Authentication configuration for Interwoven API TrustedLogin2() used in Web Application and also settings in WorkSite Server - WorkSite Database Management tool.
Thanks,
Jagannath
Find more posts tagged with
Comments
nbwoven
Is there a Firewall/Proxy Server in between when the user over WAN Link tries to access from sysDomain2 ?
Is this on WSnt 8.2 /Win03/IIS6/.Net 2.0 ?Pls Give details .
Do you get any error or get a screen freeze with TrustedLogin2()
[indent]
["trusted login type does not match for user". /
Invalid User Name or Password. Detail: [NRTSession ][Login ]Logging in as "" : Access denied /
"unrecognized exception /"]
[/indent]
Jagann
We are accessing .Net Web application through internet by specifying IP address and URL of web application. Here it always prompts for Username, Password and Domain name.
This is because we have enabled only Integrated Windows authentication.
WorkSite 8.2 SP1, Win Xp/ Win 2000, IIS 5.1, .NET 2.0 Framework
As per our .Net Web application following configuration, when user browses giving URL through internet, UserName, Password and Domain is always prompted.
Web Application Virtual Directory "WebApp" settings:
Integrated Windows authentication is set true (Checked)
Anonymous access is set false (Unchecked)
.NET Web application "WebApp" Web.Config Xml details:
authentication mode="Windows"
identity impersonate="true"
WorkSite Web application works fine when browsed through internet.
But in our WorkSite Web installation following configurations are set for Virtual Directory "WorkSite":
Web Application Virtual Directory "WebApp" settings:
Integrated Windows authentication is set true (Checked)
Anonymous access is set false (Checked)
.NET Web application "WebApp" Web.Config Xml details:
authentication mode="None"
trust level="Full"
identity impersonate="false"
WorkSite Web application from interwoven works fine with both Trusted Login and Normal Login.
I need create a .Net Web application Login similar to WorkSite Web application login.
Please anybody can help me on this.
Thanks
Jagannath