We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a86f34 commit 589f106Copy full SHA for 589f106
IdentityCore/src/cache/token/MSIDAccountCacheItem.m
@@ -175,7 +175,7 @@ - (NSDictionary *)jsonDictionary
175
dictionary[MSID_AUTHORITY_TYPE_CACHE_KEY] = [MSIDAccountTypeHelpers accountTypeAsString:_accountType];
176
dictionary[MSID_HOME_ACCOUNT_ID_CACHE_KEY] = _homeAccountId;
177
dictionary[MSID_LOCAL_ACCOUNT_ID_CACHE_KEY] = _localAccountId;
178
- dictionary[MSID_USERNAME_CACHE_KEY] = nil;
+ dictionary[MSID_USERNAME_CACHE_KEY] = _username;
179
dictionary[MSID_GIVEN_NAME_CACHE_KEY] = _givenName;
180
dictionary[MSID_MIDDLE_NAME_CACHE_KEY] = _middleName;
181
dictionary[MSID_FAMILY_NAME_CACHE_KEY] = _familyName;
IdentityCore/src/controllers/broker/MSIDXpcSilentTokenRequestController.m
@@ -55,4 +55,3 @@ + (BOOL)canPerformRequest
55
56
57
@end
58
-
0 commit comments