Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / remoting / client / jni / chromoting_jni_instance.cc
index 32aaa4b..bc9a5ef 100644 (file)
@@ -77,6 +77,8 @@ ChromotingJniInstance::ChromotingJniInstance(ChromotingJniRuntime* jni_runtime,
       protocol::AuthenticationMethod::FromString("spake2_hmac"));
   client_config_.authentication_methods.push_back(
       protocol::AuthenticationMethod::FromString("spake2_plain"));
+  client_config_.authentication_methods.push_back(
+      protocol::AuthenticationMethod::FromString("third_party"));
 
   // Post a task to start connection
   jni_runtime_->display_task_runner()->PostTask(