aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src
AgeCommit message (Collapse)AuthorFilesLines
2014-03-06fix Database update problemMOA-ID-2.0-RC1Thomas Lenz1-1/+1
2014-03-06Fix NullPointer exceptionThomas Lenz1-1/+1
2014-02-25ConfigTool: if login is deactivated then redirect user to secure-areaThomas Lenz2-1/+12
2014-02-24update PVP2 contact informationThomas Lenz6-10/+58
2014-02-24allow only one SL-TemplateThomas Lenz2-17/+24
2014-02-24* add default configuration valuesThomas Lenz9-64/+107
* add MOA-ID-Auth publicURLPreFix as mandatory configuration value * remove ReloadConfiguration serlet * change moa-id-lib to use publicURLPreFix * update repository
2014-02-20BugFix: STORK Attributes -> allow an empty attribute listThomas Lenz1-4/+6
2014-02-20Bugfix: NullPointerException if no PEPS is configuredThomas Lenz1-28/+31
2014-02-14allow to load SL-Templates from local file-systemThomas Lenz4-11/+14
2014-02-13* add new error message if MOA-ID-Proxy configuration is not foundThomas Lenz1-3/+3
* change SAML1 legacy-request parameter validation * change OA-SL Template labels
2014-02-11* add OA specific BKU selection templateThomas Lenz12-26/+535
* 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-11change metadata validto area to 24 hoursThomas Lenz1-0/+8
2014-02-06BRZ:Thomas Lenz7-47/+149
-add SAML1 SourceID parameter in moa-id general Bugfix: -SSO target had an error in case of business-service -OA with business-service whichout single sign-on produce an error
2014-02-04bugfixThomas Lenz1-2/+2
2014-02-04* update OAConfig validatorThomas Lenz2-3/+6
* move old documentation to a new directory * add PreRelease docu * add moa-id-proxy sample-config
2014-02-03Solve some merge problemsThomas Lenz2-1/+3
2014-02-03Merge remote-tracking branch 'remotes/origin/outgoingstork' into moa2_0_tlenzThomas Lenz12-32/+498
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-31removed old saml-engineFlorian Reimair1-17/+1
2014-01-30add functionality for global authentication protocol activation/deactivationThomas Lenz5-8/+128
2014-01-29add EUPL headersThomas Lenz55-0/+1210
2014-01-29fixed issues after mergeFlorian Reimair1-7/+0
2014-01-27refactored stork-related database structureFlorian Reimair6-20/+26
2014-01-27global mandatory attr cannot be deselected for OAFlorian Reimair1-1/+1
2014-01-27oa attr configuration revisitedFlorian Reimair5-43/+108
2014-01-27i18nFlorian Reimair3-30/+5
2014-01-27new attribute buttonFlorian Reimair3-1/+12
2014-01-27mandatory field in global configFlorian Reimair4-21/+18
2014-01-27attr table in global configFlorian Reimair4-24/+29
2014-01-27fixed minor bug in error reportingFlorian Reimair1-1/+1
2014-01-27OA qaa and attributes validated and persistedFlorian Reimair4-7/+84
2014-01-27OA qaa and attributes guiFlorian Reimair3-3/+24
2014-01-27default qaa and attributes persisted and validatedFlorian Reimair5-2/+83
2014-01-27peps list is persistedFlorian Reimair1-1/+4
2014-01-27peps save is validatedFlorian Reimair3-0/+67
2014-01-27new peps list entry can be createdFlorian Reimair2-7/+12
2014-01-27peps list commitableFlorian Reimair2-8/+5
2014-01-27peps list in general configFlorian Reimair4-1/+87
2014-01-27login template respects OA configurationFlorian Reimair1-1/+1
2014-01-27stork OA config persistedFlorian Reimair4-2/+52
2014-01-27stork OA config frontendFlorian Reimair2-0/+15
2014-01-27add PVP2 Demo ApplicationThomas Lenz1-0/+2
change SZRGWClient to JAXWs
2014-01-24-- Solve merge problems (AuthnRequestHandler.java & ↵Thomas Lenz2-6/+4
mandateReferenceValueAttributeBuilder) -- Change sessionmanagement betweem AuthAction and TokenAction to AssertionStorage class -- add class definieten to HTML config element
2014-01-23Merge branch 'moa2_0_tlenz' into moa_2.0_OAuthThomas Lenz4-10/+86
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-21BUGFIX: RedirectBinding validate signatures which exists, but signature is ↵Thomas Lenz2-1/+3
not required changes for WKO: Allow Metadata with no AttributeConsumerService Allow AuthnRequest with no RequestedAuthnContext Allow AuthnRequest with no AssertionConsumerServiceIndex Use Metadata->AssertionConsumerService->isDefaut flag
2014-01-21implement SAML2 assertion encryptionThomas Lenz4-9/+83
2014-01-17Exthex Version 0.2Thomas Lenz3-31/+20
2013-12-19merge last changes to exthex.OAuth testreleaseThomas Lenz2-4/+20
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-19BugFix: NullPointerExceptionThomas Lenz1-2/+2
2013-12-17First version for testing -> Exthex OAuth implementationThomas Lenz7-257/+412
2013-11-27BugFix:Thomas Lenz2-3/+13
@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.