Any way to hack FogBugz On demand to SSO?

394 Views Asked by At

I will launch soo a new iPhone app and want to off-load the forums to my actual FogBugz On Demand account.

However, I discover that FOD have no facility to integrate Single sing-on. I use django and have the option to use open-id, but not know if exist a way to make this happend.

Obviously, I could hack a simple forums like the one on FogBugz in django or reuse one, but I just think that aintegrated forum with the bug tracking is the best thing.

Any idea?

2

There are 2 best solutions below

3
On

From the FogBugz forum:

http://support.fogcreek.com/default.asp?fogbugz.4.102256.3

I believe this is you there also. The answer provided shouldn't be too difficult to implement.

0
On

FogBugz On Demand now natively includes some authentication methods other than the standard username/password authentication.

Setting up authentication with Google's OAuth is quite simple for companies using Google Apps for work email. Once an administrator enables OAuth following the instructions in this article on Fog Creek Software's help site, logging in is as simple as clicking the OAuth button on the login page. All of the users' settings are retained.

If you’re already managing the rest of your authentication through a SAML 2.0 provider, you can also use your identity provider for FogBugz login. Steps for configuring SSO can be found in this article. This requires a bit more configuration than OAuth, but will work for companies that don't use Google Apps for email.

Of course, if you have any questions about configuring SSO in FogBugz, you can always contact customer support at http://www.fogcreek.com/contact/.