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 Test web application CVS"

(New page: == General CVS Information == {| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" | rowspan="2" | Connection Type | Committers | :ext: |- | Anon ac...)
 
m (Added tag for left menu, plus category)
Line 1: Line 1:
 +
{{#eclipseproject:technology.higgins}}
 
== 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"   
Line 47: Line 48:
  
 
== See Also ==
 
== See Also ==
* [http://www.eclipse.org/higgins Higgins Home]
 
 
* [[Components]]
 
* [[Components]]
 +
 +
[[Category:Higgins Components]]

Revision as of 10:32, 17 March 2008

{{#eclipseproject:technology.higgins}}

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