Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client credentials At header #61

Open
sajumani opened this issue Apr 27, 2016 · 0 comments
Open

Client credentials At header #61

sajumani opened this issue Apr 27, 2016 · 0 comments

Comments

@sajumani
Copy link

Hi,

I have attached Client credentials at request header... but its not providing access token

{"error":"invalid_client","error_description":"Client credentials were not found in the headers or body"
}

my header: Array
(
[Host] => MY HOST
[User-Agent] => Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
[Accept] => /
[Accept-Language] => en-US,en;q=0.5
[Accept-Encoding] => gzip, deflate
[Content-Type] => application/x-www-form-urlencoded; charset=UTF-8
[client_id] => MY Client ID
[client_secret] =>
[X-Requested-With] => XMLHttpRequest
[Referer] => DOMAIN/login.php
[Content-Length] => 68
[Cookie] => PHPSESSID=0boeea2s93ac4rfjq0qckcn937
[Connection] => keep-alive
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant