We've finally got TFS 2013 up and running and would like to start exposing some reports on a web browser running on a Raspberry Pi. Unfortunately, it won't let us authenticate using windows login.
Are there any tools that allow TFS information to be exposed as a web page without relying on Windows login?
As for 'pure' TFS web access there are some options.
A nice answer is Accessing Windows Authentication Web Page from Raspberry pi Browser.
Another option is to tweak the IIS hosting TFS and enabling Basic Authentication (see Team Foundation Server, Authentication, and Access.
A third option is to insert a reverse-proxy able to convert Basic Auth to Windows Auth, e.g. squid.
For Reporting Services (SSRS) is a different story; I may try configure Basic Auth, but I cannot guaranteed everything works. In this case the best and secure option is to set up the reverse proxy and direct the traffic there.