Search found 4 matches

by Steve.Czetty
Thu Jun 19, 2008 11:02 am
Forum: Questions (API)
Topic: Using Integrated Windows Authentication?
Replies: 4
Views: 9001

I will take the profiles idea under advisement, but I am not sure if that will accomplish what we are looking for in our environment. Our application was originally written for Visual SourceSafe, and it includes a checkbox for "Integrated Windows Authentication". Essentially, it takes the ...
by Steve.Czetty
Tue Jun 17, 2008 9:13 am
Forum: Questions (API)
Topic: Using Integrated Windows Authentication?
Replies: 4
Views: 9001

Using Integrated Windows Authentication?

I am trying to use the API to connect to Vault using Integrated Windows Authentication, instead of requiring the user to enter their username and password each time (or, worse, store it in a config file). I don't, at the current time, know if IIS has been set up correctly, but I am in the process of...
by Steve.Czetty
Fri Apr 11, 2008 3:21 pm
Forum: Questions (API)
Topic: Required BugIDs in API?
Replies: 3
Views: 8046

Thanks a bunch!

One more question: is this behavior considered a feature or a bug? There is a single case where the bugID will not be necessary, so I don't want that case to mysteriously break after a server upgrade.
by Steve.Czetty
Fri Apr 11, 2008 2:46 pm
Forum: Questions (API)
Topic: Required BugIDs in API?
Replies: 3
Views: 8046

Required BugIDs in API?

I am working on an in-house application that needs to be integrated with Vault. All of our repositories require a BugID on checkin, but that does not seem to be enforced when I execute a checkin via ServerOperations.ProcessCommandCheckIn(). Do I need to enforce it via my application, or is there ano...