aboutsummaryrefslogtreecommitdiff
path: root/id
AgeCommit message (Collapse)AuthorFilesLines
2013-09-26Update trustprofiles and certstore (due to new A-Trust OCSP responder ↵Klaus Stranacher4-0/+0
certificate deployed from 07.10.2013)
2013-09-10Update MOA-ID Specification (appendix)Klaus Stranacher6-91/+102
Bug fix: OA URL escape Verify Country-Code in Foreign Identities Mode (AT login not possible)
2013-09-05messages updatedThomas Lenz1-66/+66
2013-09-05Merge branch 'moa2_0_tlenz' of ↵Thomas Lenz24-139/+242
https://gitlab.iaik.tugraz.at/afitzek/moa-idspss into moa2_0_tlenz Conflicts: id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties
2013-09-05property-fileThomas Lenz1-14/+15
2013-09-05UTF-8 encoding id_messages_de.properties/id_messages_de.propertiesKlaus Stranacher1-81/+81
2013-09-04Validation signing time (auth block) against server timeKlaus Stranacher21-63/+139
Update MOA-ID sample configs (new ES Test-PEPS Url) WAI compliant template
2013-09-04MOA-ID-LIB tests deactivatedThomas Lenz31-3730/+3726
2013-09-04Merge SPSSAndreas Fitzek38-3137/+2525
2013-09-04MOA-ID Updates and BugfixesThomas Lenz24-386/+749
-- OW BPK calculation -- OA specific SL-Templates -- update MOA-ID configuration XML -- PVP2: QA Level and BPK calculation updated -- PVP2: add two attribute builder -- MOA-ID BKU selection: bugfix local BKU selection
2013-09-04Configuration Tool Update and BugfixThomas Lenz10-45/+250
-- Username/Password login update -- EditUser, insert second password textfield -- OAConfig: insert OA specific SecurityLayer Templates -- OAConfig: SecurityLayer Version only for admin
2013-08-21Update QC/SSCD checkKlaus Stranacher6-21/+14
WSDL location updated
2013-08-14TSL integration updates:Klaus Stranacher14-107/+77
- Setting of hashcache parameter in MOA - Update MOA-SP Response (Source attribute in QualifiedCertificate and SecureSignatureCreationDevice element) - Hidden truststores (for TSL enabled truststore: given certificates are copied to hidden truststore, where TSL certificates are copied) - Update of QC and SSCD detection - Update MOA-SPSS config: EU TSL URL can be set via configuration
2013-08-12Bugfixes:Thomas Lenz15-597/+488
@ConfigurationTool - AuthenticationFilter: handle of non authenticated requests after restart - Legacy Import: update legacy Configuration import process @MOA-ID - Change Legacy Configuration import
2013-08-09BugFixes:Thomas Lenz12-159/+247
>>PVP2 Metadata: - Load OA only if Authentication is required - Load Metadata enityID from Database >>LegacyConfigParser - Solve problems if no OnlineMandate or STORK config is included - try to load DefaultBKUURLs from TrustedBKUs - if old MOA-ID 2.x config exists, use this DefaultBKUs to import OnlineApplications >> ConfigurationTool - change LayOut
2013-08-08Fixed PVP2 error URLAndreas Fitzek2-2/+13
2013-08-08some changes in LegacyConfigImporterThomas Lenz2-23/+32
2013-08-08MOA-ID Configuration Tool BetaThomas Lenz30-111/+2046
2013-08-07WebInterface MOAID-General finishedThomas Lenz15-82/+1029
2013-08-07Bugfixes:Thomas Lenz9-255/+320
- ConfigDB Thread Problem (JPA does not close session automatically. Close JPA session manually in every Servlet) - Change general MOAID config operations at AuthConfigurationProvider.java
2013-08-06Merge branch 'moa2_0_tlenz' of ↵Thomas Lenz7-86/+240
https://gitlab.iaik.tugraz.at/afitzek/moa-idspss into moa2_0_tlenz
2013-08-06 - Change UserBase implementationThomas Lenz21-351/+1617
- starts with general MOAID Config
2013-08-06HTTP Metadata providerAndreas Fitzek7-86/+240
2013-08-06Merge branch 'moa2_0_tlenz' of ↵Thomas Lenz1-2/+2
https://gitlab.iaik.tugraz.at/afitzek/moa-idspss into moa2_0_tlenz Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/Constants.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/data/oa/OAGeneralConfig.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/data/oa/OAPVP2Config.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/struts/action/EditOAAction.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/validation/ValidationHelper.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/validation/oa/OAGeneralConfigValidation.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/validation/oa/OAPVP2ConfigValidation.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/validation/oa/OASAML1ConfigValidation.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/validation/oa/OASSOConfigValidation.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/validation/oa/OASTORKConfigValidation.java id/ConfigWebTool/src/main/resources/applicationResources_de.properties id/ConfigWebTool/src/main/resources/struts.xml id/ConfigWebTool/src/main/webapp/css/index.css id/ConfigWebTool/src/main/webapp/js/common.js id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp id/ConfigWebTool/src/main/webapp/jsp/listOAs.jsp id/ConfigWebTool/src/main/webapp/jsp/mainpage.jsp id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/db/ConfigurationDBRead.java
2013-08-06dThomas Lenz1-11/+6
2013-08-06Configuration Tool:Thomas Lenz37-48/+12424
- OA Configuration TODO: - General Configuration - Import - User Management
2013-07-29configuration tool updateThomas Lenz28-20/+10927
2013-07-26Configuration Web-ApplicationThomas Lenz27-0/+1308
2013-07-26Bugfix:Thomas Lenz13-133/+219
Database Session management
2013-07-26Bugfixes:Thomas Lenz31-779/+736
- handle Error if more then one authentication is started for one Online-Application - handle MultiThread error if more then one authentication process is active in one user session Add: - Add UserData database. (is required for the web-based configuration tool) - Add additional OA parameter in MOA-ID 2.x configuration scheme to set OAs active or not TODO: change 'searchOAWith....' to only get results with active=true
2013-07-24- SSO finalizedThomas Lenz43-370/+1643
- SSO Session is not closed if a new single authentication operation is started - PVP2 Configuration from Database (but without Metadata) --> TODO: change MetaDataProvider - Add additional UserFrame in case of SSO - MOASession encryption TODO: MetaDataProvider, IdentityLink resign, SSO with Mandates, Legacy Template generation
2013-07-19SSO and Configuration updatedThomas Lenz37-586/+1117
TODO: --PVP2 from configuration --UseIFrame for OAs --SSO with mandates --Resign IdentityLink --Encrypted MOASession in Database
2013-07-18MOA-ID 2.x Configuration implementedThomas Lenz76-3536/+5481
-SSO deaktivated -Login with mandate and normal tested
2013-07-16create DB Config and legacy config parserThomas Lenz18-103/+1884
Split MOASession database from config database
2013-07-12SSO Nachtragbefore_ConfigDBThomas Lenz1-0/+182
2013-07-12SSO ImplementationThomas Lenz17-219/+455
2013-07-08Change to new AuthData bPK Value and TypeThomas Lenz2-12/+6
2013-07-08Bugfix: Zertifikatsspeicherung für ForeignIDsThomas Lenz15-66/+342
2013-07-08AuthData um bPK/wbPK Target erweitertThomas Lenz9-58/+109
2013-07-08OAParam with entityIDAndreas Fitzek1-1/+1
2013-07-08Assertionbuilder fixAndreas Fitzek3-27/+26
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java
2013-07-08Fixed PVP2 Attribute builder interfaceAndreas Fitzek23-39/+102
2013-07-08Leftover merge stuffAndreas Fitzek10-20/+44
2013-07-08Merge PVP2 and MOA 2.0Andreas Fitzek145-1377/+12848
2013-07-08AuthData Generierung von VerifyAuthBlock nach GenerateSAMLArtifact verschoben.Thomas Lenz13-147/+194
Die daraus erforderlichen PVP2 Änderungen sind zu prüfen!!!!
2013-07-05move AuthData generation from VerifyAuthBlock step to generate Assertion stepThomas Lenz8-71/+159
This requires also some changes in PVP2 module
2013-07-05Gilt nicht für den privatwirtschaftlichen Modus.Thomas Lenz2-50/+71
-- Der IdentityLink beinhaltet ab diesem Commit wieder die Stammzahl!!! -- Diese wird für den AuthBlock und zur Generierung des AuthData Objekts umgerechnet. -- AuthData.IdentityLinkValue hält jetzt ebenfalls die Stammzahl!!! -- Die bPK oder wbPK sind im jeweiligen Element AuthData.bPK oder AuthData.wbPK abgelegt.
2013-07-05MIS Client für ELGA Target(GH) erweitertThomas Lenz7-55/+133
2013-07-04Datenbankteile für SSO:Thomas Lenz6-10/+307
-alte SSO Session IDs -angemeldete OAs
2013-07-04BKU Auswahl in Kontext von MOA-ID für standardkonforme VarianteThomas Lenz46-406/+2554