Skip to content

Commit 8793d8c

Browse files
committed
fix: pin davinci-app to javascript-sdk 4.7.0 to avoid signoff regression
4.9.0 added Accept: application/json to all requests, causing PingOne's /signoff endpoint to return JSON instead of a 302 redirect, breaking the logout e2e test.
1 parent 4b9dbcc commit 8793d8c

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

e2e/davinci-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@forgerock/davinci-client": "workspace:*",
15-
"@forgerock/javascript-sdk": "catalog:",
15+
"@forgerock/javascript-sdk": "4.7.0",
1616
"@forgerock/protect": "workspace:*",
1717
"@forgerock/sdk-logger": "workspace:*"
1818
},

pnpm-lock.yaml

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)