aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-module-openID/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20TokenAction.java
AgeCommit message (Collapse)AuthorFilesLines
2018-06-14untested, but without dependency problemsThomas Lenz1-4/+4
2018-05-28refactore code to use EAAF core componentsThomas Lenz1-7/+7
2017-10-18only log full OpenID-Connect token on loglevel 'trace'Thomas Lenz1-2/+3
2016-09-30refactor http servlet response processing to prohibit 'chunked' transfer ↵Thomas Lenz1-5/+5
encoding
2016-03-14refactor the GUI generation for user interactionThomas Lenz1-2/+2
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz1-6/+13
to Spring
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-0/+124
authentication protocol modules are loaded by SPI now.