Chrome looses credentials on every restart
Reported by
gabriell...@gmail.com,
May 14 2016
|
|||
Issue descriptionUserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36 Steps to reproduce the problem: 1. Start chrome 2. Login to email account with 2FA enabled 3. Exit chrome 4. Start chrome and be prompted to signin again What is the expected behavior? Chrome keeps account signed in What went wrong? Auth Error Invalid credentials. Did this work before? N/A Chrome version: 50.0.2661.102 Channel: stable OS Version: 10.0 Flash Version: Shockwave Flash 21.0 r0
,
May 16 2016
,
Oct 30 2016
Found the what happens but not quite sure why or how to fix it:
bool TokenServiceTable::SetTokenForService(const std::string& service,
const std::string& token) {
std::string encrypted_token;
bool encrypted = OSCrypt::EncryptString(token, &encrypted_token);
// encrypted equals false here due to CryptProtectData in os_crypt_win.cc#OSCrypt::EncryptString returning 0 with last error = 0x80090345
// The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation.
// Samba 4 based AD server domain is used on the PC
if (!encrypted) {
return false;
}
,
Nov 1 2016
Looks like the culprit was: https://bugzilla.samba.org/show_bug.cgi?id=11097 Upgrading to 4.5.1 solved the problem. Though it would be nice if chrome gave some indication if OS level encryption was not working
,
Dec 19 2016
--Chrome Identity automated triaging-- This bug is Unconfirmed and has gone two weeks without any activity, so it is being closed as WontFix. Please re-open if this is still a valid and reproducible bug or feature request and mark it as Available. Please see https://goo.gl/78kbny for more details. Please remove the Services>SignIn or UI>Browser>Profiles components if this bug isn't related to Chrome Identity. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
|||
►
Sign in to add a comment |
|||
Comment 1 by gabriell...@gmail.com
, May 14 2016