Add support for more parameters when using oauth2 #2049
rvangsgaard
started this conversation in
Ideas
Replies: 1 comment
-
I found a few issues related to the lack of payload parameters for the OAuth2 request: I hope this might raise awareness as it currently limits the possibility of using Benthos. 🙏🏻 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order for oauth2 to succeed in our Azure AD setup, we must specify the
resource
parameter when getting bearer token. Other users might have the same issue.I have tried to add the capability of adding payload parameters in the "get token" request in a PR #2047
Beta Was this translation helpful? Give feedback.
All reactions