Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: tools/android/kerberos/README.md

Issue 1416443003: [tool] SpnegoAuth: add multi account, credential confirmation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments: Refactor AccountData, get rid of statics Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/android/kerberos/README.md
diff --git a/tools/android/kerberos/README.md b/tools/android/kerberos/README.md
index c8aecb2573d038883e804dc38d890a047d2b88af..4daa4731ebf29d8d484b8203c3c5a46db840e6bd 100644
--- a/tools/android/kerberos/README.md
+++ b/tools/android/kerberos/README.md
@@ -62,14 +62,22 @@ $CHROMIUM_SRC/tools/android/kerberos/negotiate_test_server.py
### SpnegoAuthenticator
-This app declares and sets up an account type to be used for Negotiate auth.
-When Chrome makes a request for the `org.chromium.tools.SpnegoAuthenticator`
-account type, it returns the dummy account, allowing Chrome to continue the
-request.
+This app declares and sets up an accounts to be used for Negotiate auth, as
+described in the chromium.org wiki
+([Writing a SPNEGO Authenticator for Chrome on Android][crwiki]).
+Those accounts use the type `org.chromium.tools.SpnegoAuthenticator`.
-See [Writing a SPNEGO Authenticator for Chrome on Android][crwiki] on
-chromium.org for more information.
+![Account administration activity preview][screenshot]
+
+Features:
+
+ - Set up up to 2 accounts.
+ - Account 1 will start authenticated.
+ - Account 2 will start unauthenticated. The first token request will require
+ an additional confirmation step.
+ - Accounts can be added and removed from the Android account settings screen
[testdpc-play]: https://play.google.com/store/apps/details?id=com.sample.android.testdpc
[testdpc-gh]: https://github.com/googlesamples/android-testdpc
[crwiki]:https://sites.google.com/a/chromium.org/dev/developers/design-documents/http-authentication/writing-a-spnego-authenticator-for-chrome-on-android
+[screenshot]:SpnegoAuthenticator/preview.png

Powered by Google App Engine
This is Rietveld 408576698