aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-21implement SAML2 assertion encryptionThomas Lenz9-15/+192
2014-01-17load IAIK JCE as security providerThomas Lenz5-11/+39
BugFix: @MandateReferenceValue has to to been added @SessionStorage hibernate RoleBack in case of no MOASession is found
2013-12-17nThomas Lenz1-3/+0
2013-12-11@PVP2Thomas Lenz9-53/+93
--also allow a EntityDescriptor element as root element in metadata files --some adjustments in the PVP Assertion to make it SAML2 standard compliant @MOA-ID-Auth --improve SZR-Gateway client error handling
2013-11-27BugFix:Thomas Lenz13-13/+68
@ConfigurationTool: - Set identification types in case of businesses applications (Firmenbuchnummer, Vereinsnummer, ERjBnummer) @ MOA-ID: - Set identification types in case of businesses applications if identification type is empty(Firmenbuchnummer, Vereinsnummer, ERjBnummer) - SAML1 Assertion: hide BaseID only if the BaseID is included - STORK Configuration: Nullpointer exception if not STORK config is found.
2013-11-19testThomas Lenz1-1/+1
2013-11-18X509TrustManager UpdateThomas Lenz11-23/+11
2013-11-13repositority updateThomas Lenz11-3/+609
2013-11-11Repo. updateThomas Lenz5-2/+19
2013-11-08Bugix:Thomas Lenz2-17/+24
--fix an error with SLLayerTemplate and local BKU
2013-11-08BugFixes:Thomas Lenz5-12/+43
--LoginFormPreview: Header text UTF8 encoding error --PVP2 Login: do not show loginbutton in case of PVP2 login is not enabled
2013-10-16@ConfigWebToolThomas Lenz44-249/+1243
--add JS ColorPicker to select colors easier --add BKUSelectionFrom preview --add useMandate checkbox --change position of some checkboxes in OA configuration @MOAID lib --change API of BKUFormCustomization utils
2013-10-15Add an unique random tokken to AuthBlock to prevent replay attacks. The ↵Thomas Lenz5-10/+86
timestamp, which was previously in use, can be predicted.
2013-10-14Bugfix: NullPointer if SAML1 is deactivated and no DB entry existsThomas Lenz4-4/+13
2013-10-11-- Customizable BKUSelection Form and SendAssertion FormThomas Lenz52-816/+2619
-- OA specific Checkbox to disable SAML1
2013-10-07Code CleanUPThomas Lenz86-3747/+411
2013-10-03Code CleanUP and change to consisted Version numbersThomas Lenz63-1670/+133
2013-10-03add DBExceptionStoreImpl to store Exceptions in DB instead of in a HashMapThomas Lenz6-91/+317
2013-10-01@MOA-ID ConfigWebTool:Thomas Lenz114-255/+857
--update commercial-register number input validator --some short bugfixes @MOA-ID: --update advanced statistic logger --Move Exception classes to a special package --add to Exception types
2013-09-26-- add AssertionID to Single LogOut session informationThomas Lenz19-64/+89
-- split hibernate configuration into two files (moasession and statistic)
2013-09-26Features:Thomas Lenz40-1725/+653
-- 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 Lenz2-13/+44
-- 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 Lenz10-52/+599
2013-09-23ReImplement MOAMetadataProvider to add and remove HTTPMetadataProvider ↵Thomas Lenz4-49/+254
dynamically from configuration database.
2013-09-19Reload MOAMetadataProvider after config changesThomas Lenz4-5/+80
2013-09-19some bugfixesThomas Lenz4-11/+34
2013-09-19ConfigWebTool Version 0.9.5Thomas Lenz57-713/+4774
--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 Lenz42-234/+500
--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 Lenz19-527/+456
--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 Lenz6-0/+280
- add two TestModules - test Database connectivity - test IdentityLink verification (inkl. MOA-SP test)
2013-09-09Some short changes and bugfixesThomas Lenz7-32/+43
2013-09-06change some piece of codeThomas Lenz7-293/+35
2013-09-06MOA-ID Proxy updated to Version 2.0Thomas Lenz16-74/+197
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 Lenz14-84/+401
resigned in case of businessservice by using MOASS -- GeneralConfigReloadDaemon: Reload general MOA-ID configuration from database every minute if it has changed
2013-09-05messages updatedThomas Lenz1-66/+66
2013-09-05Merge branch 'moa2_0_tlenz' of ↵Thomas Lenz35-399/+424
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 Stranacher32-323/+321
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 Fitzek229-6288/+10192
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 Lenz11-45/+252
-- Username/Password login update -- EditUser, insert second password textfield -- OAConfig: insert OA specific SecurityLayer Templates -- OAConfig: SecurityLayer Version only for admin
2013-08-21Update standard configurationKlaus Stranacher24-27/+786
Update truststores and certstore Update wsdl location
2013-08-21Update QC/SSCD checkKlaus Stranacher35-1161/+1046
WSDL location updated
2013-08-14TSL integration updates:Klaus Stranacher59-411/+780
- 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