Browse Source

Set SSO flag to OFF

masensio 11 years ago
parent
commit
52500fac9a
1 changed files with 1 additions and 1 deletions
  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 -->
     <!-- Flags to setup the authentication methods available in the app -->
     <string name="auth_method_oauth2">off</string>
     <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>
 </resources>