aboutsummaryrefslogtreecommitdiff
path: root/id/server/doc
AgeCommit message (Collapse)AuthorFilesLines
2018-02-15update some templates in example configMOA-ID-3.3.2Thomas Lenz3-114/+12
2017-11-28deactivated PVP EntityCategory mapper as defaultThomas Lenz1-0/+5
2017-10-09update some more templates and version numbersThomas Lenz3-3/+7
2017-10-03update template builder to support OA specific BKU detection templatesThomas Lenz2-24/+29
2017-09-20move some elements in OA configuration GUIThomas Lenz1-7/+7
2017-09-20make SAML2 http POST-Binding template and mandate-service selection-template ↵Thomas Lenz1-14/+30
configurable for every online application
2017-09-19update TransactionUtis for MDC logging and add unique OA identifier as ↵Thomas Lenz1-3/+6
additional MDC variable
2017-03-16update default BKU selection templates to remove OnlineBKUThomas Lenz2-11/+114
2017-02-10update eIDAS specific revisionslog entriesThomas Lenz1-0/+15
2016-12-12update handbookThomas Lenz1-2/+8
2016-11-04add hostname validation to httpclient 3.1, which is assumed by openSAML 2.xThomas Lenz1-0/+12
2016-10-25update history.txt, readme_3.2.0.txt and handbookThomas Lenz1-0/+31
2016-10-24remove MOA-ID specific certStore directory.Thomas Lenz1-6/+1
From now, MOA-ID always use the MOA-SPSS certStore directory for chain building
2016-10-21update first parts in readme, handbook, and default configurationThomas Lenz2-34/+96
2016-08-12fix a lot of problems which occur with new eIDAS SAML Engine v1.1.0Thomas Lenz1-1/+5
2016-06-07update handbookThomas Lenz1-1/+1
2016-04-11BKU selection template - hide useMandate checkbox if mandates are not in useThomas Lenz1-1/+1
2016-04-08fix typo in default BKU-Selection templateThomas Lenz1-2/+2
2016-04-07small default-config and handbook updates for final version 3.1.0Thomas Lenz2-1425/+30
2016-04-05make some minor handbook updatesThomas Lenz3-4/+5
2016-03-31add errorcodes to eIDAS module functionalityThomas Lenz1-0/+46
2016-03-24update ELGA Mandate-Service client modulThomas Lenz1-125/+125
2016-03-22add revisionslog info's to eIDAS and SLO methodsThomas Lenz1-0/+45
2016-03-21add missing error codesThomas Lenz1-0/+4
2016-03-21fix some problems with logging and error codesThomas Lenz1-0/+8
2016-03-14update statuscodes and revisionslog codesThomas Lenz2-5/+65
2016-02-19refactor Single Sign-On authentication consents evaluator to get executed by ↵Thomas Lenz1-0/+4
processEngine
2016-01-21change min-height in BKU-selection templateThomas Lenz1-1/+1
2016-01-21update default BKU-selection templateThomas Lenz1-3/+3
2016-01-19update default templates for BKU-Selection, sendAssertion, and Single LogOutThomas Lenz2-13/+20
2016-01-19update handbook and MOA-ID-Auth mainpageThomas Lenz2-3/+5
2016-01-18update HandbookThomas Lenz1-2/+10
2015-09-15 - update handbook and release informationThomas Lenz1-1/+15
- change version to 3.0.2
2015-08-27update handbookThomas Lenz1-4/+28
2015-08-17update handbook mainpage to 3.0.1Thomas Lenz1-1/+1
2015-08-14use old ConfigToolThomas Lenz3-131/+190
2015-07-24update first parts of MOA-ID 3.x handbookThomas Lenz2-244/+291
2015-07-20add new configuration files and update version numbersThomas Lenz1-1/+1
2015-04-20update handbookMOA-ID-2.2.1Thomas Lenz1-3/+3
2015-04-17update version to 2.2.1Thomas Lenz1-1/+1
2015-04-16update handbook and historyThomas Lenz1-0/+6
add readme_2.2.1.txt
2015-02-23Improve Process Engine signal servlet (MOAID-73)Thomas Knall1-0/+9
- Update Process Engine signal servlet in order to allow module to provider their own strategy for providing the moa session id. - Update moa id handbook. - Update javadoc.
2015-02-18Merge branch 'datentechnik_modularization' into moa-id-2.2-mergeThomas Lenz5-2/+436
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java id/server/stork2-commons/pom.xml id/server/stork2-commons/src/main/java/eu/stork/peps/complex/attributes/.svn/entries id/server/stork2-commons/src/main/resources/.svn/entries id/server/stork2-saml-engine/pom.xml pom.xml
2015-02-06Code cleanupThomas Knall1-2/+2
- Set moa-id version to 2.2.0-SNAPSHOT. - Fix Javadoc syntax issues in newly added classes. - Add warning log when executing deprecated auth sources.
2015-02-05Replace umlauts in html module documentationThomas Knall1-52/+52
2015-02-05Add notes to module documentation.Thomas Knall1-1/+30
2015-02-05Add documentation for modules (MOAID-47)Thomas Knall3-0/+405
2015-01-30update handbook and default configurationThomas Lenz1-0/+7
2015-01-23update handbook und default configurationThomas Lenz1-0/+32
2015-01-22Add mandate process support (MOAID-60).Thomas Knall2-2/+2
- Refactor moa-id auth web.xml -- Group the servlets with their corresponding mappings. -- Replace servlets for mappings "/GetMISSessionID", "/VerifyAuthBlock", "/VerifyCertificate" and "/VerifyIdentityLink". -- Remove disabled declarations. - Replace link http://jigsaw.w3.org/css-validator/images/vcss-blue with https://... within the internal templates (loginFormFull.html, sendAssertionFormFull.html, ...). - Set classes deprecated: GetMISSessionIDServlet, VerifyCertificateServlet - ProcessEngineSignalServlet: make GET delegate to PUT - Replace some "implements MOAIDAuthConstants" with "import static MOAIDAuthConstants.*". - Add detailed Javadoc to *Task.java. - Update DefaultAuthentication.process.xml for mandate - Add GetMISSessionIDTask and VerifyCertificateTask. - Add adapter class for iaik.IAIKRuntimeException in order to satisfy some library's bogus dependendies.