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 "Relying Party Enablement Interface"

m (Details)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 
__NOTOC__
 
__NOTOC__
 
Interface to support multiprotocol authentication for relying party sites. The interface is protocol and platform agnostic. It is intended to support many authentication protocols and be implemented on many platforms.  
 
Interface to support multiprotocol authentication for relying party sites. The interface is protocol and platform agnostic. It is intended to support many authentication protocols and be implemented on many platforms.  
Line 14: Line 15:
 
== API ==
 
== API ==
  
== Links ==
+
== SPI ==
* [http://eclipse.org/higgins Higgins Home]
+
 
 +
 
 +
[[Category:Higgins Components]]

Latest revision as of 11:09, 15 December 2008

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Interface to support multiprotocol authentication for relying party sites. The interface is protocol and platform agnostic. It is intended to support many authentication protocols and be implemented on many platforms.

Details

  • Language: Java
  • Packaging: JAR

Plans

  • The first implementation available for this interface is for an authentication protocol handler to support an Information Card protocol that returns SAML tokens to the relying party and runs on a servlet container. OpenId protocol handler in the works.

Service

  • To define a protocol and platform agnostic interface for authentication

API

SPI

Back to the top