Commit f1d5cf40 authored by kelvinp@chromium.org's avatar kelvinp@chromium.org

Enable Third Party Auth for Android

BUG=329109

Review URL: https://codereview.chromium.org/395003002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283480 0039d316-1c4b-4281-b951-d872f2087c98
parent aef59656
...@@ -76,6 +76,7 @@ ChromotingJniInstance::ChromotingJniInstance(ChromotingJniRuntime* jni_runtime, ...@@ -76,6 +76,7 @@ ChromotingJniInstance::ChromotingJniInstance(ChromotingJniRuntime* jni_runtime,
protocol::AuthenticationMethod::HMAC_SHA256)); protocol::AuthenticationMethod::HMAC_SHA256));
auth_methods.push_back(protocol::AuthenticationMethod::Spake2( auth_methods.push_back(protocol::AuthenticationMethod::Spake2(
protocol::AuthenticationMethod::NONE)); protocol::AuthenticationMethod::NONE));
auth_methods.push_back(protocol::AuthenticationMethod::ThirdParty());
authenticator_.reset(new protocol::NegotiatingClientAuthenticator( authenticator_.reset(new protocol::NegotiatingClientAuthenticator(
pairing_id, pairing_secret, host_id_, pairing_id, pairing_secret, host_id_,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment