private auth apis for smart card login |
|||
Issue descriptionDesign document http://go/extended-login-smart-cards The following 2 api calls are definitely needed: chrome.authPrivate.setUserForSignin = function(object details, function callback) where (optional) details: An object with the following keys: ArrayBuffer certificate The DER encoding of an X.509 certificate. This parameter should be omitted when no user is currently available for sign-in. callback: function(), which will be called back by Chrome. If there is an error, it will be reported through the chrome.runtime.lastError variable. chrome.authPrivate.getLoginStatus(function callback) where: callback: function(object details) details: An object with the following properties: boolean isLoggedIn boolean isScreenLocked chrome.authPrivate.onLoginStatusChanged.addListener(function callback) where: callback: function() chrome.authPrivate.onLoginStatusChanged.removeListener(function callback) chrome.authPrivate.isUnderSigninProfile(function callback) where: callback: function(boolean underSigninProfile)
,
Jul 26
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/838df240efe9c4fdb5a286b528c64b1403727c30 commit 838df240efe9c4fdb5a286b528c64b1403727c30 Author: Achuith Bhandarkar <achuith@chromium.org> Date: Thu Jul 26 16:19:18 2018 users_private_apitest cleanup. Don't need OS_CHROMEOS since this is only built on chromeos. Bug: 777356 Test: this is the test. Change-Id: I3088890e2ff8e5d11da1a487517c68c8e1eec720 Reviewed-on: https://chromium-review.googlesource.com/1144438 Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#578325} [modify] https://crrev.com/838df240efe9c4fdb5a286b528c64b1403727c30/chrome/browser/chromeos/extensions/users_private/users_private_apitest.cc
,
Nov 21
<triage> Moving to P3 due to lack of target milestone and activity, please update if this is a priority. </triage>
,
Dec 6
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Jul 18