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 2016/01/22 13:18:16 UTC

cxf-fediz git commit: Making sure UserInfoService does not check the audiences (custom service URIs)

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 1ce901698 -> ca7d9e3e1


Making sure UserInfoService does not check the audiences (custom service URIs)


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

Branch: refs/heads/master
Commit: ca7d9e3e1637a67b2319f3a498c485c98f816137
Parents: 1ce9016
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Fri Jan 22 12:18:00 2016 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Fri Jan 22 12:18:00 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/ca7d9e3e/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 ed0976d..48422fc 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 id="oauth2TokenValidationFilter" class="org.apache.cxf.rs.security.oauth2.filters.OAuthRequestFilter">
          <property name="dataProvider" ref="oauthProvider"/>
+         <property name="audienceIsEndpointAddress" value="false"/>
      </bean>
     <bean id="userInfoService" class="org.apache.cxf.rs.security.oidc.idp.UserInfoService">
         <property name="oauthDataProvider" ref="oauthProvider"/>