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 "SAML2 IdP protocol library"

(Details)
Line 1: Line 1:
 
==Details==
 
==Details==
* ''CVS & instructions'': [[SAML2 IdP CVS]]
+
* ''CVS & instructions'': [[SAML2 IdP protocol library CVS]]
 
* ''Javadoc'': <missing:> we're not yet auto building the SAML2 IdP protocol library every night
 
* ''Javadoc'': <missing:> we're not yet auto building the SAML2 IdP protocol library every night
 
* ''Status'': first code in 1.0M9
 
* ''Status'': first code in 1.0M9

Revision as of 09:52, 1 November 2007

Details

  • CVS & instructions: SAML2 IdP protocol library CVS
  • Javadoc: <missing:> we're not yet auto building the SAML2 IdP protocol library every night
  • Status: first code in 1.0M9
  • Language: Java
  • Packaging: OSGI bundle

Plan

  • Complete implementation of SAML 2.0 specifications.

Service

The SAML2 IdP protocol library is a simple, partial implementation of SAML 2.0 specifications. Here's a list of some of the functionality it provides:

  • AuthnRequests, Responses, AuthnStatements, Assertions, Subjects.
  • Create, parse, sign and verify SAML 2.0 messages.

Note that only a subset of SAML 2.0 specifications is supported.

See Also

Links

Back to the top