Unable to connect with solace using amqps protocols with OAuth

Hi @cpjani
Looking at your logs I see you have the SASL mechanism set as OAUTH2…
us-east-1.amazonaws.com:5671?amqp.saslMechanisms=OAUTH2
You need to set it as XOAUTH2 per the docs.

Section 5.3.3.1: SASL Mechanisms 1. Applicable specification text:
Entire section.
Solace implementation:
An event broker supports SASL mechanisms of:
ANONYMOUS, when the Message VPN has no authentication enabled; PLAIN, when the Message VPN has authentication enabled; EXTERNAL, when the AMQP connection is over TLS and the Message VPN has client-certificate authentication enabled. XOAUTH2, when the Message VPN has OAuth authentication enabled.