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

SAML2 IdP Server web application CVS

General CVS Information

Connection Type Committers  :ext:
Anon access  :pserver:
Host dev.eclipse.org
Repository Path /cvsroot/technology


SAML2 IdP Server web application

The SAML2 IdP Server web application provides a SAML 2.0 endpoint that can authenticate users against an IdAS setup.

Project Module Location Eclipse PSF ViewCVS
SAML2 IdP Server web application org.eclipse.higgins/app/org.eclipse.higgins.saml2idp.server anonymous viewcvs
committer

Configuration

The project contains a directory called "conf", in which the following files can be found:

  • application.properties: This includes the following setting:
    • saml2-issuer: This is a human-readable name that identifies the SAML2 IdP in a Response message.
  • key.private: This is a private key that is used to sign SAML assertions using XML Signature.
  • HigginsConfiguration.xml: This is used by the Higgins Configuration API and contains settings for IdASRegistry and a context provider that is used for authenticating users.

See Also

Back to the top