Merge pull request #249 from owncloud/saml_based_federated_single_sign_on
[pub/Android/ownCloud.git] / res / values / setup.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3 <string name="server_url"></string>
4 <bool name="show_server_url_input">true</bool>
5
6 <!-- Flags to setup the authentication methods available in the app -->
7 <string name="auth_method_oauth2">off</string>
8 <string name="auth_method_saml_web_sso">on</string>
9
10 </resources>