diff --git a/selenium/test/authnz-msg-protocols/rabbitmq.auth_backends-oauth.conf b/selenium/test/authnz-msg-protocols/rabbitmq.backends-oauth.conf similarity index 100% rename from selenium/test/authnz-msg-protocols/rabbitmq.auth_backends-oauth.conf rename to selenium/test/authnz-msg-protocols/rabbitmq.backends-oauth.conf diff --git a/selenium/test/utils.js b/selenium/test/utils.js index 125a0c624b..c3b5379d56 100644 --- a/selenium/test/utils.js +++ b/selenium/test/utils.js @@ -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')