Set SSO flag to OFF

This commit is contained in:
masensio 2013-08-27 14:58:56 +02:00
parent cfa974db49
commit 52500fac9a

View file

@ -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>