aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa
AgeCommit message (Collapse)AuthorFilesLines
2013-09-26-- add AssertionID to Single LogOut session informationThomas Lenz12-59/+55
-- split hibernate configuration into two files (moasession and statistic)
2013-09-26Features:Thomas Lenz17-252/+202
-- Add additional parameters to customize BKUSelectionForm and SendAssertionForm -- change Target configuration -- insert some logging Bugfixes: -- Nullpointerexceptions in combination of an old userdatabase entry and a actual configuration tool version
2013-09-26BugFix:Thomas Lenz1-10/+36
-- MOAMetadataProvider.java: Destroy HTTPMetadataProvider and Timer manually if an Exception occurs -- ConfigurationDBRead.java: select OA with OAIdentifier (PublicPrefix) has matched to more then one OA in some special case.
2013-09-24implement advanced statistic loggerThomas Lenz4-15/+193
2013-09-23ReImplement MOAMetadataProvider to add and remove HTTPMetadataProvider ↵Thomas Lenz3-46/+254
dynamically from configuration database.
2013-09-19Reload MOAMetadataProvider after config changesThomas Lenz2-4/+42
2013-09-19ConfigWebTool Version 0.9.5Thomas Lenz1-1/+1
--PVP2 Login --PVP2 Users to UserDatabase functionality --Mailaddress verification --Mail status messages to users and admin --add List with OpenRequests for admins --change OA Target configuration --add cleanUp Thread to remove old unused UserAccount requests --update UserDatabase to support PVP2 logins --add formID element validate received forms -- add first classes for STORK configuration make some Bugfixes
2013-09-19BugFix: Contact information does not shown in MetadataThomas Lenz1-2/+4
2013-09-18change to 1.9.96-snapshotThomas Lenz24-131/+325
--set SL-Version to hardcoded version 1.2 --add "RemoveBPK form AuthBlock" feature --set UTC time as default (SAML1) --add PVP2 Attributes: ++ AuthBlock ++ Certificate ++ BASEID ++ BASEID-TYPE ++BKUURL Bugfix: -- NullPointerException: GetMISSessionIDServlet.java -- Check if it is empty: MOAMetadataProvider.java
2013-09-13Mandate has to be BASE64 encodedThomas Lenz1-1/+2
2013-09-09MOA-ID 1.9.951.9.95-SNAPSHOTThomas Lenz4-2/+8
--change BKU selection templates and SendAssertion Templates to responsive design. Therefore, OA parameter "useIframe" is not required anymore.
2013-09-09addition ConnectionParameterInterface.java to MOA-ID Proxy 2.0Thomas Lenz1-0/+13
2013-09-09add MonitoringServlet for MOA-ID-AuthThomas Lenz5-0/+271
- add two TestModules - test Database connectivity - test IdentityLink verification (inkl. MOA-SP test)
2013-09-09Some short changes and bugfixesThomas Lenz6-32/+42
2013-09-06change some piece of codeThomas Lenz6-11/+18
2013-09-06MOA-ID Proxy updated to Version 2.0Thomas Lenz13-72/+192
insert "errorRedirectURL" parameter to proxy configuration if an error occurs, the user is redirected to this error page
2013-09-05 -- Resign IdentityLink: if this feature is enabled, the identitylink is ↵Thomas Lenz11-77/+388
resigned in case of businessservice by using MOASS -- GeneralConfigReloadDaemon: Reload general MOA-ID configuration from database every minute if it has changed
2013-09-05Merge branch 'moa2_0_tlenz' of ↵Thomas Lenz6-14/+99
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-04Validation signing time (auth block) against server timeKlaus Stranacher3-4/+62
Update MOA-ID sample configs (new ES Test-PEPS Url) WAI compliant template
2013-09-04MOA-ID-LIB tests deactivatedThomas Lenz7-22/+13
2013-09-04MOA-ID Updates and BugfixesThomas Lenz22-341/+704
-- 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-08-12Bugfixes:Thomas Lenz3-18/+28
@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 Lenz4-105/+165
>>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 Lenz3-2/+5
2013-08-07WebInterface MOAID-General finishedThomas Lenz5-11/+30
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 Lenz6-86/+221
https://gitlab.iaik.tugraz.at/afitzek/moa-idspss into moa2_0_tlenz
2013-08-06 - Change UserBase implementationThomas Lenz2-3/+13
- starts with general MOAID Config
2013-08-06HTTP Metadata providerAndreas Fitzek6-86/+221
2013-08-06Configuration Tool:Thomas Lenz1-1/+1
- OA Configuration TODO: - General Configuration - Import - User Management
2013-07-26Bugfix:Thomas Lenz8-95/+116
Database Session management
2013-07-26Bugfixes:Thomas Lenz21-191/+442
- 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 Lenz33-322/+1091
- 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 Lenz31-549/+1027
TODO: --PVP2 from configuration --UseIFrame for OAs --SSO with mandates --Resign IdentityLink --Encrypted MOASession in Database
2013-07-18MOA-ID 2.x Configuration implementedThomas Lenz66-3262/+5093
-SSO deaktivated -Login with mandate and normal tested
2013-07-16create DB Config and legacy config parserThomas Lenz6-45/+601
Split MOASession database from config database
2013-07-12SSO Nachtragbefore_ConfigDBThomas Lenz1-0/+182
2013-07-12SSO ImplementationThomas Lenz11-141/+300
2013-07-08Change to new AuthData bPK Value and TypeThomas Lenz2-12/+6
2013-07-08Bugfix: Zertifikatsspeicherung für ForeignIDsThomas Lenz4-24/+41
2013-07-08AuthData um bPK/wbPK Target erweitertThomas Lenz9-58/+109
2013-07-08OAParam with entityIDAndreas Fitzek1-1/+1
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 Fitzek81-1266/+2780
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.