Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




How do I configure Gemini to use Windows authentication?

install
admin

Follow the following steps:

  1. Create a Gemini admin user with the username of YOUR DOMAIN NAME\USER NAME
  2. Change the web.config file from Forms authentication to Windows: <authentication mode="Forms"> change to <authentication mode="Windows">
  3. In IIS change the directory security to use integrated windows authentication only.
  4. For Windows Authentication, in IIS 'Allow Anonymous User' option should be unchecked/disabled.

Note: For Gemini Scheduler and Gemini add-on products to work with Windows Authentication, please implement the changes recommended in this Microsoft KB Article and then disable anonymous access in IIS.
That is it, after this add your users in the same way (DOMAIN\User) and they will be logged on automatically.


 
Wednesday, March 30, 2011, 4:35:28 PM