Hi all,
I’m trying to create an OAuth2 connection by using the “Make an OAuth 2.0 Requet” action of the HTTP module.
The API documentation of the connection destination, I obtained Authorize URI, Token URI, and Client ID. But, I could not find Client Secret. So, I tried to create the connection without Client Secret, but I found out that I was not able to create the connection without it.
So, I contacted Support of the service I’m trying to use, and they answered:
“the client secret is not used when creating Oauth 2.0 authorization with our service. It is not needed, so we don’t generate it. Only the client ID is needed.”
How can I create the OAuth2 connection without Client Secret?
Thank you!
Kaz