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 Information Card Protocol"

m (Links)
m (Links)
Line 21: Line 21:
 
* [http://wiki.eclipse.org/Relying_Party_Enablement_Servlet_Implementation RP Servlet Implementation]
 
* [http://wiki.eclipse.org/Relying_Party_Enablement_Servlet_Implementation RP Servlet Implementation]
 
* [http://wiki.eclipse.org/Relying_Party_Enablement_Interface RP Interface]
 
* [http://wiki.eclipse.org/Relying_Party_Enablement_Interface RP Interface]
 +
* [[MultiProtocol Relying Party Enablement Sample]]
 
* [[Components]]
 
* [[Components]]

Revision as of 12:43, 23 January 2008


Implementation of the Relying Party Enablement Interface AuthProtocolHandler. This implements the authentication protocol which will trigger an Information Card identity selector so a user can authenticate using an Information Card. The protocol checks the validity of the returned token. Currently supports SAML tokens.

Details

  • Language: E.g. Java
  • Packaging: E.g. JAR

Plans

  • Support verification of other types of returned security tokens.

Service

  • Implement the AuthProtocolHandler interface
  • Send Relying Party Policy to identity selector
  • Process returned security token

API

Links

Back to the top