Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cxf-fediz
Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/47a23b88 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/47a23b88 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/47a23b88 Branch: refs/heads/master Commit: 47a23b88cd39386ca1fb9d1fa40ba04cd73ef331 Parents: 2433941 72f0c93 Author: Sergey Beryozkin <[email protected]> Authored: Wed Feb 24 12:08:27 2016 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Wed Feb 24 12:08:27 2016 +0000 ---------------------------------------------------------------------- pom.xml | 6 +- services/idp/pom.xml | 6 +- .../idp/beans/SigninParametersCacheAction.java | 57 ++- .../TrustedIdpOIDCProtocolHandler.java | 411 +++++++++++++++ .../TrustedIdpSAMLProtocolHandler.java | 1 - .../TrustedIdpWSFedProtocolHandler.java | 4 +- .../flows/federation-signin-response.xml | 6 +- .../flows/federation-validate-request.xml | 17 +- systests/federation/oidc/pom.xml | 287 +++++++++++ .../cxf/fediz/integrationtests/OIDCTest.java | 321 ++++++++++++ .../oidc/src/test/resources/client.jks | Bin 0 -> 2061 bytes .../oidc/src/test/resources/clienttrust.jks | Bin 0 -> 1512 bytes .../oidc/src/test/resources/entities-realma.xml | 500 +++++++++++++++++++ .../src/test/resources/fediz_config_oidc.xml | 56 +++ .../oidc/src/test/resources/realmb.cert | 3 + .../oidc/src/test/resources/server.jks | Bin 0 -> 3859 bytes systests/kerberos/pom.xml | 4 +- 17 files changed, 1643 insertions(+), 36 deletions(-) ----------------------------------------------------------------------
