tfs - Connecting to Team Foundation Service with command line -
i trying connect tfs in cloud command line don't manage authenticate.
i'm using "microsoft visual studio 11.0\common7\ide\tf.exe"
i'm using alternate credentials described in https://tfs.visualstudio.com/en-us/home/news/2012/aug-27/
like :
tf workspaces /computer:* /format:brief /collection:https://*****.visualstudio.com/defaultcollection /login:****,****
but ... tf30063: not authorized access https://*****.visualstudio.com/defaultcollection.
am missing something?
i have tested online tfs account able reproduce error got.
steps
- i tried command connecting fine , got workspace info.
- i closed browsers vs , clear browser caches.
- open vs , connect through team explorer , provide wrong credentials
- close vs , try command got error tf30063
- open vs , connected visualstudio.com tfs correct credentials , close vs
- tried command again , works
- tried command incorrect credentials still works :)
conclusion
i think credentials cached ever credential supply in command line ignored team foundation service.
further search took me link , think explains same situation
for on premises tfs
the credentials provided in tf workspaces /login: 100% in effect
Comments
Post a Comment