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

Difference between revisions of "SAML2 IdP Test web application CVS"

m (Added tag for left menu, plus category)
 
Line 1: Line 1:
{{#eclipseproject:technology.higgins}}
+
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 
== General CVS Information ==
 
== General CVS Information ==
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   

Latest revision as of 11:10, 15 December 2008

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

General CVS Information

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


SAML2 IdP Test web application

The SAML2 IdP Test web application is a sample relying party that can use the SAML2 IdP Server web application to authenticate users.

Project Module Location Eclipse PSF ViewCVS
SAML2 IdP Test web application org.eclipse.higgins/app/org.eclipse.higgins.saml2idp.test 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 settings:
    • saml2-idp-endpoint: This is the endpoint URL of a SAML2 IdP that can authenticate users.
    • saml2-rp-endpoint: This is the endpoint URL of the SAML2 Test project itself. This is needed so that the IdP can send its response back to the RP.
    • saml2-providername: This is a human-readable name that identifies the SAML2 RP in an AuthnRequest message.
  • key.public: This is a public key that corresponds to the private key configured for the SAML2 IdP. This is needed to verify XML Signatures.

See Also

Back to the top