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/11/09 22:25:02 UTC

cxf-fediz git commit: Adding an extraScope property comment

Repository: cxf-fediz
Updated Branches:
  refs/heads/master e3aa8baca -> e32d70d4d


Adding an extraScope property comment


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

Branch: refs/heads/master
Commit: e32d70d4ddae21dab2fddebd2e8ba5110905839b
Parents: e3aa8ba
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Mon Nov 9 21:24:39 2015 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Mon Nov 9 21:24:39 2015 +0000

----------------------------------------------------------------------
 .../oidc/src/main/webapp/WEB-INF/applicationContext.xml   | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/e32d70d4/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 628eceb..142b7c7 100644
--- a/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/services/oidc/src/main/webapp/WEB-INF/applicationContext.xml
@@ -82,7 +82,15 @@
         </jaxrs:providers>
      </jaxrs:server>
      
-    <bean id="oauthProvider" class="org.apache.cxf.fediz.service.oidc.OAuthDataManager"/>
+    <bean id="oauthProvider" class="org.apache.cxf.fediz.service.oidc.OAuthDataManager">
+        <!--
+        <property name="extraScopes">
+          <map>
+            <entry key="scopeName" value="scopeDescription" />
+	  </map>
+	</property>
+	-->
+    </bean>
     
 </beans>