jonnyzzz/TeamCity.GitHub

Two factor auth

alexandru-calinoiu opened this issue · 6 comments

Any idea on how can I make this work with 2 factor authorization?

I think you can 2-factor login to github, next you may create an access
token there and next you use the token on the plugin build feature settings
. It's not clear to me how we can handle it in the other way without
registering TeamCity server instance as application on github. Could you
please elaborate what you mean
On May 27, 2015 3:02 PM, "Calinoiu Alexandru Nicolae" <
notifications@github.com> wrote:

Any idea on how can I make this work with 2 factor authorization?


Reply to this email directly or view it on GitHub
#80.

It makes sens to register teamcity on github.

But I am not sure how I can use the token with the plugin? I only see a username and passwords field.

Currently you may use GitHub access token from the plugin settings UI. All you need is to open the build feature settings and follow the link/instructions. The token can be generated on GitHub from https://github.com/settings/tokens

If you have time, you may consider providing patch for supporting things via github application

Thanks for the reply.

Unfortunately I have no idea what you mean by the plugin settings UI, can you tell me where this screen is, I only a username and password fields in the plugin UI

selection_047

It looks like you use too old version of the plugin. Please upgrade.

Ah, the update did the trick, thanks.