I'm connecting to a two-legged OAuth 2.0 service using Mule, but it seems the OAuth2 authentication annotation only supports a three-legged flow.
The call that needs to be made to authenticate is roughly: https://example.com/rest/oauth/token?client_id={client_id}&client_secret={client_secret}&grant_type=client_credentials
I'd like to take advantage of the access token management that comes with the default OAuth mule connector, but is this possible?