QualiSystems / FluentTc

:ocean: :two_men_holding_hands: :office: Integrate with TeamCity fluently
https://www.nuget.org/packages/fluenttc
Apache License 2.0
44 stars 35 forks source link

Allow windows authentication #74

Open borismod opened 8 years ago

borismod commented 8 years ago

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())