有什么方法可以根据需要破解 FogBugz 到 SSO?
我将启动一个新的 iPhone 应用程序,并希望将论坛卸载到我实际的 FogBugz On Demand 帐户。
然而,我发现FOD没有集成单点登录的设施。我使用 django 并可以选择使用 open-id,但不知道是否存在实现这种情况的方法。
显然,我可以破解一个简单的论坛,例如 django 中的 FogBugz 论坛,或者重复使用一个论坛,但我只是认为带有错误跟踪的集成论坛是最好的事情。
有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
FogBugz On Demand 现在原生包含除标准用户名/密码身份验证之外的一些身份验证方法。
对于使用 Google Apps 处理工作电子邮件的公司来说,使用 Google 的 OAuth 设置身份验证非常简单。管理员按照本文中的说明启用 OAuth 后在 Fog Creek Software 的帮助网站上,登录就像单击登录页面上的 OAuth 按钮一样简单。所有用户的设置都将被保留。
如果您已经通过 SAML 2.0 提供商管理其余的身份验证,您还可以使用您的身份提供商进行 FogBugz 登录。配置 SSO 的步骤可以在本文中找到。这比 OAuth 需要更多的配置,但适用于不使用 Google Apps 发送电子邮件的公司。
当然,如果您对在 FogBugz 中配置 SSO 有任何疑问,您可以随时通过 http://www 联系客户支持.fogcreek.com/contact/。
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/.
来自 FogBugz 论坛:
我相信你也在那里。提供的答案应该不会太难实现。
From the FogBugz forum:
I believe this is you there also. The answer provided shouldn't be too difficult to implement.