Solved

Login as domain user

  • 8 April 2019
  • 1 reply
  • 139 views

Userlevel 1
Badge +3
One of our customers has the following questions:

  • Is it possible to automatically to sign into the application by using the 'I am a domain user' function? (web based application)
  • What does the function 'I am a domain user' do exactly? Does this query the Active Directory, on one of our remote servers this functionality does not work properly and we might have to set this up correctly.
icon

Best answer by Erik Brink 8 April 2019, 15:45

View original

1 reply

Userlevel 5
Badge +5
Hi Raj,

You can enabled "Windows Authentication" on the Web server. Please, check this documentation.

https://office.thinkwisesoftware.com/docs/docs/deployment/integrated_security.html

How does this feature work?
The client browser will start a conversation with the web-server and will try to verify the Windows credentials used to login to the clients PC/Windows. The web-server will verify the credentials against the domain controller. If valid the GUI will continue to load the application definition from IAM and the user accesses the application.

Please let me know whether this answers your questions completely.

Reply