顯示具有 openid 標籤的文章。 顯示所有文章
顯示具有 openid 標籤的文章。 顯示所有文章

星期二, 4月 24, 2007

[link] Add OpenID consumer support to any Django application

Simon Willison just release first version of django_openidconsumer.

As Simon says:
"""
I plan to keep the package under active development, with the aim of using it to demonstrate best practises in implementing OpenID (hence the support for multiple OpenIDs and simple registration out of the box). Next on the list is integration with Django's built in authentication system, including the ability to associate one or more OpenIDs with an existing user account.
"""

This is so cool if you need any openid support in django. :)

一些 OpenID 的連結:

How to use OpenID

Six cool things you can build with OpenID

The Future of OpenID

Web developer Simon Willison talks to Vitamin about OpenID


What is OpenID good for?

星期六, 2月 10, 2007

uselessaccount.com 真是太耍寶了




http://uselessaccount.com/

Today's web is crazy. Open ID is a pipe dream. Every direction you turn you're forced to create yet another account. Most of the time it's for one of those throw-away web startups created 10 times a day, but occasionaly it's worth the effort. It might be to purchase some fancy threads, order a pizza or see how fat the Cool Kids from high school have become. When it's that important, you can't afford to drop the ball. With a useless account you can practice without fear. So when it comes to the crunch, you're ready! Sign up now!


非常具有幽默感的網站...

這真是一股清流啊~~ 哈哈~~

OpenID supports by Microsoft !?

http://slashdot.org/yro/07/02/06/2152214.shtml

http://brad.livejournal.com/2287909.html

沒想到連Microsoft也要支持OpenID了,
(雖然凡是說到Microsoft要支援什麼標準都有點可怕 :P)

slashdot雖然一向以戰文+情緒性文章著稱,
但是好的評論確實也不少:

by Bogtha (906264) on Tuesday February 06, @07:50PM (#17914750)

>>> Going back to OpenID, all I need to do is supply my own authentication
>>> server, and I have corroborated my own identification.

Trust and identity are two different things. You're talking about trust. The fact that you can make up multiple identities doesn't matter unless you want somebody to trust one of them for something.

Trust is a big problem; moreso than identity. Furthermore, trust systems have identity as a requirement. And identity is useful outside of any advanced trust system. It makes sense to solve the identity problem first before moving on to complicated web of trust models.

The OpenID people are careful to distinguish between identity and trust. Trust is outside the scope of OpenID, but it's likely that any worthwhile trust system can be built on top of OpenID. You shouldn't use lack of trust as a basis to reject OpenID; in fact large-scale adoption of OpenID may well be helpful in developing a decent trust system.

PS: The one organisation that I expected to support OpenID much sooner than this is Google. Anybody have any ideas why they haven't jumped on board yet?

by CoughDropAddict (40792) on Tuesday February 06, @08:46PM (#17915308)

>>>Unfortunately, OpenID will utterly fail in it's task: it will never be a
>>>trustworthy source of identification.

You seem to be confused about the scope of OpenID. OpenID is not a system for tying user accounts to personal identities. It simply provides secure, distributed user accounts. It's not failing at it's task, it's failing at a task that you seem to want, but OpenID was never designed to solve.

===

Trust and identity are two different things.
也就是會在某一程度上將使用者"認證"(Auth)這個概念分成了"辨" 跟 "求".
這個觀念其實我覺得挺重要的, (至少原本我沒想的這麼清楚)
OpenID提供的功能只是對使用者帳號的識別(區分使用者) ,
Trust這個問題本身不僅包含了辨認, 而且要複雜的多.
對於能不能相信使用者資料所提供的資料, 則不是OpenID所能要求的,
而是透過開發者其他的認證機制.
然而對於大多數不需或無法嚴格確認身份的Web Application來說,
OpenID其實就已經很足夠了. 
而對於需要更複雜機制的Web AP, OpenID則也可以提供一個很好的起點跟架構支撐.

星期日, 2月 04, 2007

[link] 使用現有的 Yahoo! 帳號享受 openid

http://idproxy.net/

OpenID的概念很簡單, 只要妳有一個openid帳號,
妳就可以登入所有符合openid標準的網站.
這個概念基本上跟微軟的.net accounts還有google,yahoo的帳號很類似,
所不同的是openid的支援容易並且是公開標準,不為任一單一廠商所擁有.
所以可預見在未來會有更多opensource社群裡的網站支援這個標準.

然而雖然有了openid可以省下到每個網站都要建立/登錄一次帳號的麻煩,
但是不論如何建立一個openid帳號 還是得要輸入基本資料 這還是挺麻煩.
這個http://idproxy.net/就派上用場了,
如果妳有Yahoo!帳號, 那麼你就可以使用Yahoo!的帳號建立openid帳號,
花不到二十秒你的openid帳號肯定建立完成!

接下來你就可以到

http://www.lifewiki.net/openid/OpenIDConsumers
這邊列出的網址去參觀裡面的網站,
而不用特地在每個網站都建立一個帳號了, 是不是很棒呢?

延伸閱讀: 這篇Simon Willson (就是Django建立者其中之一啦)
有解釋他架設的方法.

星期六, 1月 13, 2007

djangoid (django + openid)

http://trac.nicolast.be/djangoid/

話說現在blog界最紅的話題就是openid,

想裝作沒看到都很難 XD

而這個網址是opensource的Django架openid的Server,

熱血的Shawn同學如果有看到這篇的話(或是已經知道的話)...

這個就交給你實驗架在kalug上了啊... ^^

(話說回來.... 我不知不覺的就在Kalug server上裝好django環境了... XD)

(BTW, shorewall有空設一設吧

不好意思自己動手亂開port

shawn有讀到的話 開幾個大家來玩玩 :P )

ps: 對了 Sam ruby有一篇關於openid使用blog網址來轉址認證的

如果有興趣跟時間可以順便try一下