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.
SAML2 IdP Test web application CVS
{{#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.