Skip to content

Commit 03131d9

Browse files
committed
Migrate GetArlingtonADFSUserAsync to Key Vault
- Replace direct msidlab.com API call with Key Vault data retrieval - Use MergeKVLabDataAsync pattern consistent with other migrated methods - Maintains same functionality while reducing external API dependencies
1 parent 522d9ce commit 03131d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Microsoft.Identity.Test.LabInfrastructure/LabUserHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public static Task<LabResponse> GetHybridSpaAccontAsync()
178178

179179
public static Task<LabResponse> GetB2CLocalAccountAsync()
180180
{
181-
return GetLabUserDataAsync(UserQuery.B2CLocalAccountUserQuery);
181+
return MergeKVLabDataAsync("B2C-User-IDLab-JSON", "MSIDLABB2C", "B2C-App-IDLABSAPPB2C-JSON");
182182
}
183183

184184
public static Task<LabResponse> GetArlingtonUserAsync()

0 commit comments

Comments
 (0)