FluentTc icon indicating copy to clipboard operation
FluentTc copied to clipboard

Allow windows authentication

Open borismod opened this issue 9 years ago • 0 comments

Feature Request

FluentTc allows currently to login as a specified user or use a guest login. It would be nice to add Windows authentication, i.e. to authenticate against TeamCity REST API with the credentials of the current user of the process.

new RemoteTc().Connect(_ => _.ToHost().AsCurrentUser())

borismod avatar Jul 14 '16 21:07 borismod