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.




Detect Windows authentication on

api

Hi! We try to connect to some gemini server (version 3.6, 4.0, etc). Some of them use windows authentication some not. How we can detect what gemini settings set to use windows authentication. Thank you.

ServiceManager serviceManager = new ServiceManager(url, username, "", password, false(true));

try {

UserEN user = serviceManager.UsersService.WhoAmI();

}

catch (WebException) {

throw;

}

Tayphoon
· 1
Tayphoon
Replies (3)
helpful
0
not helpful

Unfortunately, there is no easy way to know. Except of trying to go to the root of the api (eg. users.ashx) and see if you get a 403 Forbidden HTTP error.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thank you. I try do this. Could you please give me some gemini sandbox url like (http://gemini.countersoft.com) where windows authentication is on?


Tayphoon
· 1
Tayphoon
helpful
0
not helpful

Sorry we cannot do that.


Mark Wing
· 9108
Mark Wing