Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Org.eclipse.higgins.hbx"

(HBX version 0.5.X)
Line 19: Line 19:
 
** Written in Javascript
 
** Written in Javascript
 
** Works with Firefox 1.5 (only). Has been tested on WinXP, Linux and OSX
 
** Works with Firefox 1.5 (only). Has been tested on WinXP, Linux and OSX
** Debugging tools used: To monitor all POST/Get requests the [[livehttpheaders]]extension is useful.
+
** Debugging tools used: To monitor all POST/Get requests the [http://livehttpheaders.mozdev.org/index.html livehttpheaders]extension is useful.
 
** Don't use HBX and Chuck Mortimore's extension at the same time --one of them should be disabled.
 
** Don't use HBX and Chuck Mortimore's extension at the same time --one of them should be disabled.
 
  
 
==Reference==
 
==Reference==
 
http://xmldap.blogspot.com/2006/05/firefox-identity-selector.html - Chuck Mortimore's Firefox extension. Chuck and the Higgins team have collaborated a bit on the development of our respective extentions.
 
http://xmldap.blogspot.com/2006/05/firefox-identity-selector.html - Chuck Mortimore's Firefox extension. Chuck and the Higgins team have collaborated a bit on the development of our respective extentions.

Revision as of 23:32, 3 September 2006

Plan

The current version of HBX has some preliminary CardSpace, RSS-P and form-fill/screen-scrape support. We will soon integrate a Security Token Service (STS) to create self-signed tokens (Digital Identities).

Identity Selector GUI: HBX does not yet have an "Identity Selector" user interface, but that is also in the works. Although the policy is controlled by the user, the default policy that we're considering is that the Identity Selector UI appears only if identifying information about the user is required by the Relying Party. If the information required is non-identifying then the user can define one or more identity information templates containing this non-identifying information, and release the required subset of it to the Relying Party without bothering the user by displaying the Identity Selector.


HBX version 0.5.X

Reference

http://xmldap.blogspot.com/2006/05/firefox-identity-selector.html - Chuck Mortimore's Firefox extension. Chuck and the Higgins team have collaborated a bit on the development of our respective extentions.

Back to the top