This page (revision-10) was last changed on 23-Apr-2022 17:05 by HarryMetske

This page was created on 23-Apr-2022 17:05 by HarryMetske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
10 23-Apr-2022 17:05 1 KB HarryMetske to previous
9 23-Apr-2022 17:05 1 KB HarryMetske to previous | to last
8 23-Apr-2022 17:05 1 KB HarryMetske to previous | to last
7 23-Apr-2022 17:05 805 bytes HarryMetske to previous | to last
6 23-Apr-2022 17:05 787 bytes HarryMetske to previous | to last
5 23-Apr-2022 17:05 479 bytes HarryMetske to previous | to last
4 23-Apr-2022 17:05 441 bytes HarryMetske to previous | to last
3 23-Apr-2022 17:05 356 bytes HarryMetske to previous | to last
2 23-Apr-2022 17:05 233 bytes HarryMetske to previous | to last
1 23-Apr-2022 17:05 150 bytes HarryMetske to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed 4 lines
|[openid4java|http://code.sxip.com/openid4java/]|[openid4java API|http://code.sxip.com/openid4java/apidoc/]|[Interesting article on ServerSide.com|http://www.theserverside.com/tt/articles/content/OpenID/article.html]
|[A Recipe for OpenID-Enabling Your Site|http://www.plaxo.com/api/openid_recipe]|[Beginners Guide|http://www.notsorelevant.com/2007-09-02/a-beginners-guide-to-openid/]|[Attribute types|http://www.axschema.org/types/#sreg]
|[OpenID enabled sites|https://www.myopenid.com/directory] | [Public OpenID providers|http://wiki.openid.net//OpenIDServers]|-
|[The OpenID book|openid-book.pdf]|[OpenID demo build]|-
|[openid4java|http://code.sxip.com/openid4java/]|[openid4java API|http://code.sxip.com/openid4java/apidoc/]
|[A Recipe for OpenID-Enabling Your Site|http://www.plaxo.com/api/openid_recipe]|[Beginners Guide|http://www.notsorelevant.com/2007-09-02/a-beginners-guide-to-openid/]
|[OpenID enabled sites|https://www.myopenid.com/directory] | [Public OpenID providers|http://wiki.openid.net//OpenIDServers]
|[The OpenID book|openid-book.pdf]|[OpenID demo build]
At line 16 changed 7 lines
** answer: Nope, the user's OpenID URL points to a webpage, this page contains the following HTML element:
{{{
<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid2.provider" href="http://www.myopenid.com/server" />
}}}
This determines where the consumer should ask for authentication.
* Can the consumer control which OP's to allow and which ones not. (you could operate your own malicious OP , ne ?)
** answer: -