浏览代码

Set SSO flag to OFF

masensio 12 年之前
父节点
当前提交
52500fac9a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      res/values/setup.xml

+ 1 - 1
res/values/setup.xml

@@ -5,6 +5,6 @@
     
     <!-- Flags to setup the authentication methods available in the app -->
     <string name="auth_method_oauth2">off</string>
-    <string name="auth_method_saml_web_sso">on</string>
+    <string name="auth_method_saml_web_sso">off</string>
     
 </resources>