aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-module-openID/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20AuthAction.java
AgeCommit message (Collapse)AuthorFilesLines
2018-12-14some more updates and first code for TUG interactionThomas Lenz1-2/+2
2018-06-20refactor PVP2 S-Profile implementation and perform first testsThomas Lenz1-2/+2
2018-06-14untested, but without dependency problemsThomas Lenz1-8/+8
2018-05-28refactore code to use EAAF core componentsThomas Lenz1-9/+9
2017-11-26add String escaping on same methodsThomas Lenz1-1/+1
2017-10-18change logging in OpenID Connect result builderThomas Lenz1-2/+5
2017-06-06fix bug with empty OpenIDConnect scope parameterThomas Lenz1-16/+18
2016-04-21Added RedisTransaction storageChristian Maierhofer1-1/+1
2016-03-14refactor the GUI generation for user interactionThomas Lenz1-3/+3
2016-03-02temporarily commit to save stateThomas Lenz1-1/+1
2016-02-25solve problems with LogOut and Single LogOutThomas Lenz1-1/+1
2016-02-24add or move some log messagesThomas Lenz1-3/+4
2016-02-18refactor authentication process to use service-provider configuration from ↵Thomas Lenz1-3/+2
pending-request
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz1-6/+12
to Spring
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz1-1/+1
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthConstants.java 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/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java
2015-10-12fix some problems in DispatcherServletThomas Lenz1-1/+2
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-0/+213
authentication protocol modules are loaded by SPI now.