Commit c0440b9
committed
fix(tests): Add offline_access scope to get refresh token
Problem:
- test-confidential-client.js Step 7 failed: Refresh token test
- refresh_token was undefined
- Need offline_access scope to get refresh tokens
Solution:
- Added 'offline_access' to scope request
- Now requests: 'openid profile email offline_access'
Result:
- Refresh token will be returned
- Step 7 refresh token test should pass
- ALL API tests should pass! 🎉🎉🎉
🤖 Generated with Claude Code1 parent 8023564 commit c0440b9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments