anubhav94 / team-piazza

Automatically exported from code.google.com/p/team-piazza
GNU General Public License v3.0
0 stars 0 forks source link

Should (optionally?) allow viewing widget without logging in #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Ensure that you are not logged into teamcity
2. Visit the piazza.html page with valid parameters.

What is the expected output? What do you see instead?

Expected to see actual page, but was redirected to login page.

Team Piazza version 20090910 

Use case:

* Trying to make standalone system to show build status (using Xibo). Cookies 
are not supported, and thus screens show login prompts instead of Piazza 
output. Even if cookies were supported, would have to add a hack to log in as a 
guest first, then proceed to show Piazza page.

Original issue reported on code.google.com by gro...@gmail.com on 7 Oct 2010 at 6:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi,

this is possible with TeamCity and Piazza. You have to enable guest user access 
in your settings. Then prepend /guestAuth to your URL. For example:

http://teamcity/guestAuth/piazza.html?buildTypeId=bt1

You can find additional info in the TeamCity documentation:
http://confluence.jetbrains.net/display/TCD65/Accessing+Server+by+HTTP

Original comment by timomeinen on 29 Nov 2011 at 3:23