aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2014-03-21add QC validationThomas Lenz1-0/+1
2014-03-19Add advanced parameter validation. Redirect is only allowed if Redirect URL ↵Thomas Lenz1-1/+1
maps to OA configuration. Load redirectTarget from OA configuration.
2014-03-17add additonal STORK error messagesThomas Lenz1-0/+1
2014-03-05update default BKUSelectionFormThomas Lenz1-3/+9
2014-02-24* add default configuration valuesThomas Lenz1-1/+1
* add MOA-ID-Auth publicURLPreFix as mandatory configuration value * remove ReloadConfiguration serlet * change moa-id-lib to use publicURLPreFix * update repository
2014-02-13* add new error message if MOA-ID-Proxy configuration is not foundThomas Lenz1-1/+2
* change SAML1 legacy-request parameter validation * change OA-SL Template labels
2014-02-11* add OA specific BKU selection templateThomas Lenz1-0/+2
* add OA specific send-assertion template * add OA specific applet height and width configuration * add PVP2.x reload checkbox in PVP2.x OA configuration * add new elements to MOA-ID configuration
2014-02-03Solve some merge problemsThomas Lenz2-395/+395
2014-02-03Merge remote-tracking branch 'remotes/origin/outgoingstork' into moa2_0_tlenzThomas Lenz3-128/+251
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-01-31gender retrieval if not delivered by storkFlorian Reimair1-0/+16
2014-01-30add functionality for global authentication protocol activation/deactivationThomas Lenz1-1/+2
2014-01-30-- set MOA-ID Version to 1.9.98-SnapshotThomas Lenz1-0/+2
-- update SZRGWClient -- insert MOA-ID-lib version in PVP2 metadata
2014-01-29Merge remote-tracking branch 'remotes/origin/moa2_0_kstranacher' into ↵Thomas Lenz2-35/+23
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-29update SZR-GW Client xsd schemaThomas Lenz2-145/+28
2014-01-29add EUPL headersThomas Lenz13-2277/+2548
2014-01-27moved saml post binding templateFlorian Reimair1-0/+38
2014-01-27login template respects OA configurationFlorian Reimair1-1/+1
2014-01-27reactivated stork in default login templateFlorian Reimair1-31/+20
2014-01-27add PVP2 Demo ApplicationThomas Lenz3-0/+172
change SZRGWClient to JAXWs
2014-01-23Merge branch 'moa2_0_tlenz' into moa_2.0_OAuthThomas Lenz1-8/+8
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/attributes/MandateReferenceValueAttributeBuilder.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/requestHandler/AuthnRequestHandler.java id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties
2014-01-21implement SAML2 assertion encryptionThomas Lenz1-1/+2
2014-01-19Adaptions version 1.5.2 to 2.0.0Klaus Stranacher1-1/+1
2014-01-17Exthex Version 0.2Thomas Lenz1-2/+1
2013-12-19merge last changes to exthex.OAuth testreleaseThomas Lenz1-1/+2
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-1/+12
2013-12-11@PVP2Thomas Lenz1-1/+2
--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-08Bugix:Thomas Lenz1-13/+20
--fix an error with SLLayerTemplate and local BKU
2013-10-16@ConfigWebToolThomas Lenz2-98/+126
--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 Lenz1-0/+1
timestamp, which was previously in use, can be predicted.
2013-10-11-- Customizable BKUSelection Form and SendAssertion FormThomas Lenz2-141/+1277
-- OA specific Checkbox to disable SAML1
2013-09-26Features:Thomas Lenz2-27/+14
-- 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-10Update MOA-ID Specification (appendix)Klaus Stranacher1-82/+83
Bug fix: OA URL escape Verify Country-Code in Foreign Identities Mode (AT login not possible)
2013-09-09MOA-ID 1.9.951.9.95-SNAPSHOTThomas Lenz3-98/+271
--change BKU selection templates and SendAssertion Templates to responsive design. Therefore, OA parameter "useIframe" is not required anymore.
2013-09-06MOA-ID Proxy updated to Version 2.0Thomas Lenz1-1/+2
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 Lenz1-6/+8
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 Lenz1-66/+68
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 Stranacher1-0/+2
Update MOA-ID sample configs (new ES Test-PEPS Url) WAI compliant template
2013-09-04Merge SPSSAndreas Fitzek1-1/+1
2013-09-04MOA-ID Updates and BugfixesThomas Lenz1-44/+44
-- 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 Lenz1-1/+3
@ConfigurationTool - AuthenticationFilter: handle of non authenticated requests after restart - Legacy Import: update legacy Configuration import process @MOA-ID - Change Legacy Configuration import
2013-07-26Bugfixes:Thomas Lenz4-575/+4
- 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 Lenz6-23/+430
- 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 Lenz2-10/+59
TODO: --PVP2 from configuration --UseIFrame for OAs --SSO with mandates --Resign IdentityLink --Encrypted MOASession in Database
2013-07-18MOA-ID 2.x Configuration implementedThomas Lenz2-8/+20
-SSO deaktivated -Login with mandate and normal tested
2013-07-08Merge PVP2 and MOA 2.0Andreas Fitzek1-2/+20
2013-07-04BKU Auswahl in Kontext von MOA-ID für standardkonforme VarianteThomas Lenz2-84/+297
2013-06-27PVP2 functional OK, STORK only partially testedAndreas Fitzek1-1/+2