Open dvruette opened 4 years ago
Hello! I'm getting the same issue as above. Can you provide with any input on this?
Agreed. Same issue.
Looks like it isn't supported which is really disappointing since it's what we'd need to fully move from the previous implementation to the new one. I asked this through the help portal and the official "solution" is to basically save the access and refresh token of a valid user and use that.
Upon creating a connection with grant type
client_credentials
I am unable to connect to it and I get the following output in the console:The credentials I've entered are from the
/myapps/details
page and work when using grant typeauthorization_code
.Is there a way to authorize this client or another way to generate credentials that work with grant type
client_credentials
? Thanks for pointing me in the right direction.