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/26 17:26:51 UTC

cxf-fediz git commit: Adding a commented property

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 71faae7c6 -> b0ea3455f


Adding a commented property


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

Branch: refs/heads/master
Commit: b0ea3455f86cee48eb53b6296306b43bcf978811
Parents: 71faae7
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Tue Jan 26 16:26:36 2016 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Tue Jan 26 16:26:36 2016 +0000

----------------------------------------------------------------------
 services/oidc/src/main/webapp/WEB-INF/data-manager.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b0ea3455/services/oidc/src/main/webapp/WEB-INF/data-manager.xml
----------------------------------------------------------------------
diff --git a/services/oidc/src/main/webapp/WEB-INF/data-manager.xml b/services/oidc/src/main/webapp/WEB-INF/data-manager.xml
index 0e4f16d..f5b70b3 100644
--- a/services/oidc/src/main/webapp/WEB-INF/data-manager.xml
+++ b/services/oidc/src/main/webapp/WEB-INF/data-manager.xml
@@ -48,9 +48,12 @@
         <property name="requiredScopes" ref="coreScopes"/>
         <property name="defaultScopes" ref="coreScopes"/>
         <property name="invisibleToClientScopes" ref="invisibleToClientScopes"/>
-    <!--
+        <!--
+            <property name="supportPreauthorizedTokens" value="true"/>
+        -->
+        <!--
         <property name="accessTokenLifetime" value="3600"/>
-    -->
+        -->
         <property name="tokenConverter" ref="samlTokenConverter"/>
     </bean>