aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth
AgeCommit message (Collapse)AuthorFilesLines
2014-02-06imlBojan Suzic1-2/+2
2014-02-04merging with other codeBojan Suzic1-27/+46
2014-02-03merging againBojan Suzic1-29/+119
2014-02-03mergeBojan Suzic13-150/+25
2014-02-03Merge remote-tracking branch 'remotes/origin/outgoingstork' into moa2_0_tlenzThomas Lenz1-3/+1
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/data/StorkAttributes.java id/oa/src/main/java/at/gv/egovernment/moa/id/demoOA/servlet/pvp2/BuildMetadata.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GetForeignIDServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/PEPSConnectorServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/stork/STORKAuthnRequestProcessor.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/validator/parep/client/szrgw/SZRGWClient.java id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html
2014-02-03*update Assembly scriptThomas Lenz1-0/+1
*move demoOA to moa.id.demoOA *change name of moa-id configuration-tool
2014-01-30remove Eclipse config filesThomas Lenz7-56/+0
2014-01-30-- set MOA-ID Version to 1.9.98-SnapshotThomas Lenz1-1/+9
-- update SZRGWClient -- insert MOA-ID-lib version in PVP2 metadata
2014-01-29Merge remote-tracking branch 'remotes/origin/moa2_0_kstranacher' into ↵Thomas Lenz4-13/+11
moa2_0_tlenz Conflicts: common/pom.xml id/server/auth/.settings/org.eclipse.wst.common.component id/server/auth/src/main/webapp/index.html id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyCertificateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties id/server/idserverlib/src/main/resources/resources/wsdl/MOA-ID-1.x.wsdl pom.xml spss/handbook/clients/api/pom.xml spss/handbook/clients/pom.xml spss/handbook/clients/referencedData/pom.xml spss/handbook/clients/webservice/pom.xml spss/handbook/pom.xml spss/pom.xml spss/server/pom.xml spss/server/serverlib/pom.xml spss/server/serverws/.settings/org.eclipse.wst.common.component spss/server/serverws/pom.xml spss/server/tools/pom.xml
2014-01-27mergingBojan Suzic4-13/+17
2014-01-27reactivated stork in default login templateFlorian Reimair1-3/+1
2014-01-22peps saml engine adjustmentBojan Suzic1-5/+8
2014-01-22stork saml engine change log4j scopeBojan Suzic1-0/+1
2014-01-19Adaptions version 1.5.2 to 2.0.0Klaus Stranacher1-1/+1
2014-01-19Version update to 2.0.0Klaus Stranacher4-32/+28
2014-01-17adding stork2 support to urlrewriteBojan Suzic1-1/+13
2014-01-17changing chars to reflect utf8Bojan Suzic1-0/+140
2014-01-17Exthex Version 0.2Thomas Lenz2-3/+3
2013-12-19merge last changes to exthex.OAuth testreleaseThomas Lenz2-3/+3
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/struts/action/EditOAAction.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/StartAuthenticationBuilder.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfigurationProvider.java
2013-12-17First version for testing -> Exthex OAuth implementationThomas Lenz1-0/+10
2013-11-27BugFix:Thomas Lenz1-0/+6
@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-18X509TrustManager UpdateThomas Lenz2-7/+1
2013-10-11-- Customizable BKUSelection Form and SendAssertion FormThomas Lenz24-458/+458
-- OA specific Checkbox to disable SAML1
2013-10-03Code CleanUP and change to consisted Version numbersThomas Lenz2-4/+3
2013-09-26Features:Thomas Lenz5-1275/+3
-- 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-18change to 1.9.96-snapshotThomas Lenz2-8/+5
--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-09MOA-ID 1.9.951.9.95-SNAPSHOTThomas Lenz5-405/+155
--change BKU selection templates and SendAssertion Templates to responsive design. Therefore, OA parameter "useIframe" is not required anymore.
2013-09-09add MonitoringServlet for MOA-ID-AuthThomas Lenz1-0/+9
- add two TestModules - test Database connectivity - test IdentityLink verification (inkl. MOA-SP test)
2013-09-09Some short changes and bugfixesThomas Lenz1-0/+1
2013-09-04Validation signing time (auth block) against server timeKlaus Stranacher7-29/+33
Update MOA-ID sample configs (new ES Test-PEPS Url) WAI compliant template
2013-09-04Merge SPSSAndreas Fitzek4-12/+10
2013-08-21Update QC/SSCD checkKlaus Stranacher1-3/+0
WSDL location updated
2013-08-14TSL integration updates:Klaus Stranacher2-6/+7
- 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-07-26Bugfix:Thomas Lenz1-0/+3
Database Session management
2013-07-24- SSO finalizedThomas Lenz3-3/+97
- 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 Lenz1-3/+3
TODO: --PVP2 from configuration --UseIFrame for OAs --SSO with mandates --Resign IdentityLink --Encrypted MOASession in Database
2013-07-18MOA-ID 2.x Configuration implementedThomas Lenz1-11/+21
-SSO deaktivated -Login with mandate and normal tested
2013-07-12SSO ImplementationThomas Lenz1-9/+9
2013-07-08Bugfix: Zertifikatsspeicherung für ForeignIDsThomas Lenz3-12/+7
2013-07-08Assertionbuilder fixAndreas Fitzek1-21/+24
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java
2013-07-08Merge PVP2 and MOA 2.0Andreas Fitzek2-104/+51
2013-07-04BKU Auswahl in Kontext von MOA-ID für standardkonforme VarianteThomas Lenz22-3/+1312
2013-06-27Change entitiesDescriptor trust lookup, changed version to 1.9.90-SNAPSHOTAndreas Fitzek1-2/+2
2013-06-27PVP2 functional OK, STORK only partially testedAndreas Fitzek1-102/+49
2013-05-16Minor documentation updatesKlaus Stranacher1-5/+1
2013-05-06- Update MOA-SS Interface (CreateCMSignatureRequest)Klaus Stranacher4-7/+7
- Whitelisting in MOA-SPSS
2013-05-02PVP2 basic authnrequest handling and assertion buildingAndreas Fitzek2-14/+12
2013-04-23Update textkeys and testcertificatesKlaus Stranacher1-156/+12
Update signature algorithm selection Update repository Updates documentation
2013-04-16Update digest algorithm, XAdES version, whitelistingKlaus Stranacher4-35/+171
2013-04-04added new Servlet definitionsAndreas Fitzek4-30/+216
added URL rewrite modul