|
Client plugin changes to support third party authentication.
This creates a TokenFetcher implementation that on the client that uses the webapp to direct the user to fetch a token and secret from the given token URL. If the URL requires interactive authentication, the webapp will open a tab/window for the user to authenticate. Once the webapp has a token and shared secret, it uses the callback to send it back to the authentication layer.
This also glues the third party authentication method to the NegotiatingAuthenticator.
BUG= 115899
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192705
Total comments: 25
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+189 lines, -17 lines) |
Patch |
 |
M |
remoting/client/chromoting_client.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/client/client_config.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/client/client_user_interface.h
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/chromoting_instance.h
|
View
|
1
2
|
6 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/chromoting_instance.cc
|
View
|
1
2
3
|
7 chunks |
+47 lines, -3 lines |
0 comments
|
Download
|
 |
A |
remoting/client/plugin/pepper_token_fetcher.h
|
View
|
1
2
3
4
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/client/plugin/pepper_token_fetcher.cc
|
View
|
1
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/negotiating_authenticator_unittest.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/protocol/negotiating_client_authenticator.h
|
View
|
1
2
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/negotiating_client_authenticator.cc
|
View
|
1
2
|
2 chunks |
+16 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/third_party_authenticator_unittest.cc
|
View
|
1
2
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/third_party_client_authenticator.h
|
View
|
1
2
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/third_party_client_authenticator.cc
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting.gyp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|