Commit ae9ba1a
committed
Fix interactive tests to use correct app configuration
- Changed Interactive_AADAsync to use GetDefaultUserAsync() instead of GetDefaultUserWithMultiTenantAppAsync()
- Fixed InteractiveConsentPromptAsync to use default app
- Fixed ValidateCcsHeadersForInteractiveAuthCodeFlowAsync to use default app
- Interactive tests should use public client apps, not the multi-tenant confidential app
- This resolves AADSTS7000218 errors (missing client_secret for confidential clients)1 parent 7a92a52 commit ae9ba1a
File tree
1 file changed
+3
-3
lines changed- tests/Microsoft.Identity.Test.Integration.netcore/SeleniumTests
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments