Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Justin Greer

    (@justingreerbbi)

    @neildferguson

    This is commonly an issues if you are using CGI to run PHP. CGI does not allow auth headers to pass correctly and results in this error most of the time. You can either send the header information in the body request or add

    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    to your .htaccess file. If you are still having issues, please let me know and we can dig a bit deeper into what is happening. If it comes to it, you may be able to provide a generic config export of your POSTMAN and I can have a look. (Please put dummy data in the URL, client id and client secret before posting in publicly.)

    Thread Starter neildferguson

    (@neildferguson)

    Thanks Justin

    I will give that a go and report back any further issues

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"error": "invalid_client"’ is closed to new replies.