Replies: 5 comments
-
Hey @SuperDJ! Please could you provide a little bit more information to help me understand a bit more? What does your connector/requests currently look like? Cheers |
Beta Was this translation helpful? Give feedback.
-
@Sammyjo20 there currently is no request because I'm unable to make one. But Zoom requires the
|
Beta Was this translation helpful? Give feedback.
-
Hi @SuperDJ From what I understand you could do this using the Something like: protected function resolveAccessTokenRequest(OAuthConfig $oauthConfig, array $scopes = [], string $scopeSeparator = ' '): Request
{
return new GetZoomAccountCredentialsTokenRequest($oauthConfig, $scopes, $scopeSeparator);
} If there is anything more that you would need to do this authorization flow maybe make a custom authenticator, or something based upon the current Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
@luckykenlin I think that a new issue or discussion but not really related to this issue. |
Beta Was this translation helpful? Give feedback.
-
Hey @SuperDJ I'm going to convert this into a discussion where others can discuss |
Beta Was this translation helpful? Give feedback.
-
I was trying to use Saloon with Zoom. But when I try to authenticate as service-to-service I get the following error message:
Here are the docs for Zoom https://developers.zoom.us/docs/internal-apps/s2s-oauth/#postman.
Beta Was this translation helpful? Give feedback.
All reactions