Advanced search

Drupal Europe conference
Drupal Europe (10-14 September 2018) is both a technology conference and a family reunion for the Drupal community. It brings together 1600+ attendees with shared interests in great digital…
EVENTCreated: 28/08/2018Stork 2.0 - v.0.9 - PEPS - compilation error
mvn clean followed by mvn install in PEPS project folder fails with following error: [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /C:/ide/stork/ms-part2/MS-Part2/Software…
DISCUSSIONCreated: 25/11/2015Would it be possible to use it for ECI?
Hi, The online collection signature uses the most user hostile solution that can be to verify that citizen that signs are real citizen: the dreaded captcha. Using stork (assuming it can be legally be used as a proof of id) would probably be more user friendly. Do you think it would be possible from…
DISCUSSIONCreated: 18/10/2012Incorrect title for ColleagueRequest and APSelector pages
In the new version (0.5_rev3) of the reference implementation the shown title is now "JavaScript disabled" instead of the more proper messages (that were used in previous version). This happens for following pages (even though JavaScript is not disabled): http://peps:8888/PEPS/ColleagueRequest http…
DISCUSSIONCreated: 01/12/2010Bug in class SignSW in SAML engine
final String isu = certificate.getIssuerDN().getName(); if (serialNum.equalsIgnoreCase(serialNumber) && isu.equalsIgnoreCase(issuer)) { alias = aliasCert; find = true; } isu.equalsIgnoreCase(issuer) compares the complete DN of a certificate as String. However, the String returned by certificate…
DISCUSSIONCreated: 18/10/2010If displaying the error status, it should be the most specific one which corresponds to the error message
According to D5.8.1b Interface Specification v1.2.3_rev5.doc: If the subordinate status code is included in the response, then the status message must be the one corresponding to the subordinate status code, not the top-level status code. Our test team has the following suggestion: if the status…
DISCUSSIONCreated: 02/08/2010Error number displayed is not a number
Our test team has discovered the following problem: For error messages returned from IdP, PEPS shows urn:oasis:names:tc:SAML:2.0:status:Responder as error number. Steps to reproduce (reference implementation 0.4.2): proceed to login page and provide invalid password. Then the following text is…
DISCUSSIONCreated: 06/07/2010Incorrect error message when SAMLToken validation fails
When an SAMLToken validation fails (e.g. when used keys and certificates do not match), an incorrect message is shown to user: Error generating SAMLToken instead of Error validating SAMLToken The problem is in AUCPEPSManager.processAuthenticationRequest where correct message is logged but wrong…
DISCUSSIONCreated: 02/07/2010Error message key (colleagueRequest.invalidCountryCode) is shown instead of error message
E.g. when the cpeps.countrycode in peps.xml is incorrect, the following error appears: Address bar: http://peps:8888/PEPS/ColleagueRequest;jsessionid=B51C0A2DEB22BD7761E551... Output: An error (no. 39) has occurred: colleagueRequest.invalidCountryCode. Please click send to proceed. Version…
DISCUSSIONCreated: 02/07/2010Estonian eDelivery Portal https://www.openxades.org/docportal/ temporarily shows php warnings
After successful authentication and redirect from S-PEPS Estonian eDelivery Portal https://www.openxades.org/docportal/ temporarily shows php warnings: Address bar: https://www.openxades.org/docportal/pepsauth/return.php Output: Notice: A session had already been started - ignoring session_start()…
DISCUSSIONCreated: 14/06/2010SAMLEngine 0.4.1 regression
In PEPS 0.4 (SAMLEngine 0.4), optional and mandatory attributes could have an empty value by setting the STORKStatusCode to STATUS_AVAILABLE and providing an empty list as the value for PersonalAttribute. In PEPS 0.4 / SamlEngine 0.4.1 this no longer works. Even setting the status to STATUS_NOT…
DISCUSSIONCreated: 11/06/2010Requesting invalid QAA levels produces error message which should be improved
Our test team has discovered the following problem in the reference SP (e.g. running on http://peps.indra.es/SP/populateIndexPage): When the SP requests QAAL 0 or 5 or -5 the following type of error message is shown: Error Could not generate token for Saml Request Qaal: 5, is invalid. This is fine…
DISCUSSIONCreated: 11/06/2010