Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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.rpps"

(Services)
(Overview)
Line 1: Line 1:
 
==Overview==
 
==Overview==
[[HBX Support]] is a back end service to support non-authentication related web integration approaches and protocols supported by the [[Higgins Browser Extension]]
+
HBX invokes the [[ISS Web UI]] (the "card picker") to prompt the user to select from among a set of i-cards that can be used at the relying party site. If the site requires authentication, the user must first choose an i-card for this purpose from those displayed in the [[ISS Web UI]].
 +
 
 +
If the site supports, beyond the authentication step just mentioned, one or more protocols for data exchange then HBX may invoke the [[ISS Web UI]] and present the user with a set of one or more i-cards that represent these kinds of data exchange. After this non-auth i-card has been selected, HBX uses the services of [[HBX Support]] to set up a channel between the site and an i-card (especially its associated IdAS Context).
  
 
===Services===
 
===Services===

Revision as of 12:38, 16 October 2006

Overview

HBX invokes the ISS Web UI (the "card picker") to prompt the user to select from among a set of i-cards that can be used at the relying party site. If the site requires authentication, the user must first choose an i-card for this purpose from those displayed in the ISS Web UI.

If the site supports, beyond the authentication step just mentioned, one or more protocols for data exchange then HBX may invoke the ISS Web UI and present the user with a set of one or more i-cards that represent these kinds of data exchange. After this non-auth i-card has been selected, HBX uses the services of HBX Support to set up a channel between the site and an i-card (especially its associated IdAS Context).

Services

Here are a list of the services that are provided to HBX:

  1. New account creation
  2. Verification of HBX authentication
  3. Returns the Terms of Service text on request
  4. Form fill support - provides HBX with data with which to auto-fill web forms on external websites
  5. Screen scrape support - provides HBX with scripts with with to scrape attribute data from remote sites
    • Note: HBX Support retreives the script data streams from the i-card instance for the site that HBX is currently "on" (this i-card instance is instantiated and managed by an I-Card Provider implementation)

See Also

Back to the top