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.




Windows Authentication Prompt

web-app

Our users are prompted for the domain credentials everytime they pull up our gemini site.  Our hope was that they wouldn't be prompted at all at any time once they are authenticated on the domain.  I have uncheck anon access on my IIS site, and have verified that my web.config settings are correct.

Here are some extracts of my web.config.

<!--  AUTHENTICATION  (Gemini possible modes are "Windows", "Forms") -->
  <authentication mode="Windows">
   <forms name="Gemini205" loginUrl="Default.aspx" timeout="60" path="/">
   </forms>
  </authentication>
  <authorization>
  <deny users="?">
  </deny>
  </authorization>

<add key="AllowAnonymousUsers" value="NO" />
<add key="ShowUserRegistrationLink" value="NO" />

Does anyone have any suggestions?

Thanks
Chuck

 

 

chuck.boyer
· 1
chuck.boyer
Replies (6)
helpful
0
not helpful

Does adding the site to Trusted Sites in your web browser help?


deaner
· 1
deaner
helpful
0
not helpful

Sorry for the delay in the reply, I've been out of the office...

Unfortunately this didn't work.  Our entire intranet is in the trusted zone and we are still getting the prompt.  Any other suggestions?

 

Thanks
Chuck


chuck.boyer
· 1
chuck.boyer
helpful
0
not helpful

We had a similar issue regarding being prompted for a Sharepoint site on the our intranet. We resolved it by editing the current user key in the registry. Sorry I can't be more of any more help than that.


deaner
· 1
deaner
helpful
0
not helpful

Are you using windows authentication to SQL also?

Ensure that the Authenticated Users group has read\execute rights to the gemini directory.  If your application pool is running as Network Service then ensure that the Network Service "user" has full control over the bin directory also.


SystemIdleProcess
· 1
SystemIdleProcess
helpful
0
not helpful

I was able to get this to work by adding our intranet domain to my "Local Intranet" zone.  We are using SQL authentication on our database.


chuck.boyer
· 1
chuck.boyer
helpful
0
not helpful

Thanks for letting us know.


Saar Cohen
· 5000
Saar Cohen