Commit ad55812
test: align OIDC test mocks with v0.8.6-rc1 upstream
After rebasing onto v0.8.6-rc1, the cherry-picked AuthService and
openIdJwtStrategy tests need updated fixtures to satisfy upstream
additions:
- AuthService.refreshOpenID.spec.js: mock CloudFront helpers added
upstream (getCloudFrontConfig, parseCloudFrontCookieScope,
setCloudFrontCookies, CLOUDFRONT_SCOPE_COOKIE) — returning empty
values so tests take the cloudfront_disabled short-circuit path.
- openIdJwtStrategy.spec.js: add 'iss' claim to the session-refresh
test payload so upstream's stricter isOpenIdIssuerAllowed check
passes before reaching the refresh logic under test.1 parent 121111d commit ad55812
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
592 | 597 | | |
593 | 598 | | |
594 | 599 | | |
| |||
0 commit comments