Commit 857f798
committed
Fix NetCoreTestApp to use multi-tenant app from lab
- Use LabUserHelper.GetDefaultUserWithMultiTenantAppAsync() to get correct multi-tenant app ID
- Resolves AADSTS50194 error when using /common endpoint with single-tenant app
- Ensures proper multi-tenant configuration for testing scenarios
- Added LabInfrastructure using statement for lab integration1 parent fab8f37 commit 857f798
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments