TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Good architecture for web single sign-on?

7 点作者 RobbieStats大约 16 年前
I have a network of sites (each with unique top-level domains) and I'd like to share logins across. Any suggestions to support single sign-on (I'm using Rails)?

6 条评论

bdr大约 16 年前
Have you looked at SAML? It may be too complicated for your use case, but the basic technique could be useful. <a href="http://en.wikipedia.org/wiki/SAML" rel="nofollow">http://en.wikipedia.org/wiki/SAML</a>
csomar大约 16 年前
Why don't you try the Open-ID login, users can log with their Google account.<p>If your user account isn't much used (the site is a blog site), you can do a simple FaceBook Connect or Google Friend Connect.
评论 #557688 未加载
评论 #557638 未加载
RobbieStats大约 16 年前
Thanks for the suggestions, but it sounds like there still aren't good (simple) solutions for web single sign-on (where you don't have to log in to multiple sites separately).
pclark大约 16 年前
Facebook Connect
enki大约 16 年前
oauth
sho大约 16 年前
Check out <a href="http://code.google.com/p/rubycas-server/" rel="nofollow">http://code.google.com/p/rubycas-server/</a><p><pre><code> sudo gem install rubycas-server</code></pre>
评论 #557686 未加载
评论 #557788 未加载