Introducing the TFS Service Credential Viewer
Join the DZone community and get the full member experience.
Join For Freetfs service credential viewer
tools for team foundation service
if you want to connect to the team foundation service (tfs preview) api you are going to need some credentials in order to connect. that’s right, where do you expect to store your live id for connecting? do you expect to add it to the windows credentials store? what about having the user manually add it? both these options suck… so introducing the tfs service credential viewer.
the tfs service credential viewer connects to your team foundation service account on http://tfspreview.com and using your credentials it retrieves credentials that you can use for an automated service to connect and authenticate correctly.
download tfs service credential viewer
the following prerequisites are required:
- visual studio 11 (any version)
- .net 4.5
if these components are already installed, you can launch the application now. otherwise, click install below to install the prerequisites and run the application.
install or launch via clickonce
how it works
once you have authenticated as a tfs collection administrator to your hosted tfs collection we use the access control service to provision a service identity that you can use for unattended connections to team foundation service (tfs preview).
figure: a quick #1, #2 to get your credentials
video: how to get your credentials
troubleshooting
if you are using windows 8 consumer preview you will not get an automatic launch of the application due to an extra security check for applications that come from the internet.
- click or press “start” and scroll all the way to the right
- select the tfs service credential viewer
- when the security dialog pops up click “more info”
- click “run anyway” to launch the application and add it to the safe list
- done
related posts:
-do you want to move to visual studio 11 team foundation service now? microsoft is providing a go-live licence (that means that it is supported in production) and you can use it today! for help moving forward contact info@nwcadence.com …
Opinions expressed by DZone contributors are their own.
Comments