No I still have the same problem
{
"error": "unsupported_grant_type",
"error_description": "Ce grant_type n'est pas supporté. Veuillez utiliser client_credentials."
}
I am trying to configure the "HTTP" action to create a power automaton flow which allows it to be triggered manually and allows connection via the http protocol to the rest API with the following parameters: method = post, at the header level , the "Content-Type" parameter ="application/x-www-form-urlencoded". at body level, grant_type = client_credentials. basic authentication with a user and password
I don't know if I configured a parameter incorrectly