You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2015/12/09 17:06:07 UTC

[1/2] cxf-fediz git commit: Returning UserInfo as is by default

Repository: cxf-fediz
Updated Branches:
  refs/heads/master f5d75b524 -> 8ac43f306


Returning UserInfo as is by default


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/50710970
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/50710970
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/50710970

Branch: refs/heads/master
Commit: 50710970114a4172fab349f5bd5594aec11ecad8
Parents: 143d17f
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Wed Dec 9 16:05:37 2015 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Wed Dec 9 16:05:37 2015 +0000

----------------------------------------------------------------------
 services/oidc/src/main/webapp/WEB-INF/applicationContext.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/50710970/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
----------------------------------------------------------------------
diff --git a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml b/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
index 2c41dd6..9c9e5c9 100644
--- a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
@@ -75,6 +75,7 @@
      </bean>
     <bean id="userInfoService" class="org.apache.cxf.rs.security.oidc.idp.UserInfoService">
         <property name="oauthDataProvider" ref="oauthProvider"/>
+        <property name="jwsRequired" value="false"/>
     </bean>
     <jaxrs:server address="/users">
         <jaxrs:serviceBeans>
@@ -84,10 +85,6 @@
             <bean class="org.apache.cxf.jaxrs.provider.json.JsonMapObjectProvider"/>
             <ref bean="oauth2TokenValidationFilter"/>
         </jaxrs:providers>
-        <jaxrs:properties>
-            <entry key="rs.security.signature.properties" value="rs.security.properties"/>
-            <entry key="rs.security.signature.key.password.provider" value-ref="keyPasswordProvider"/>
-        </jaxrs:properties>
     </jaxrs:server>
     
     <bean id="keyPasswordProvider" class="org.apache.cxf.fediz.service.oidc.PrivateKeyPasswordProviderImpl"/>


[2/2] cxf-fediz git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cxf-fediz

Posted by se...@apache.org.
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/8ac43f30
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/8ac43f30
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/8ac43f30

Branch: refs/heads/master
Commit: 8ac43f3064701b0787b9f729790d3ffb05950ed9
Parents: 5071097 f5d75b5
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Wed Dec 9 16:05:43 2015 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Wed Dec 9 16:05:43 2015 +0000

----------------------------------------------------------------------
 services/oidc/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------