Revert changes
Peer Discovery AWS Integration Test / Integration Test (push) Has been cancelled Details

This commit is contained in:
Marcial Rosales 2025-06-18 10:30:25 +02:00
parent 2e357fd83a
commit 237a299b3c
2 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ module.exports = {
const params = 'client_id=' + client_id +
'&client_secret=' + client_secret +
'&grant_type=client_credentials' +
'&token_format=jwt' +
'&response_type=token'
req.open('POST', url, false)
req.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded')