You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, following tutorial and receiving an invalid client message. Using the format as suggested:
$ curl -u ${client_id}:${client_secret} -XPOST http://127.0.0.1:5000/oauth/token -F grant_type=password -F username=${username} -F password=valid -F scope=profile
* Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to 127.0.0.1 (127.0.0.1) port 5000 (#0)
* Server auth using Basic with user ''
> POST /oauth/token HTTP/1.1
> Host: 127.0.0.1:5000
> Authorization: Basic Og==
> User-Agent: curl/7.54.0
> Accept: */*
> Content-Length: 453
> Expect: 100-continue
> Content-Type: multipart/form-data; boundary=------------------------329be3b09d236e51
>
< HTTP/1.1 100 Continue
* HTTP 1.0, assume close after body
< HTTP/1.0 401 UNAUTHORIZED
< Content-Type: application/json
< Cache-Control: no-store
< Pragma: no-cache
* Authentication problem. Ignoring this.
< WWW-Authenticate: Basic error="invalid_client", error_description=""
< Content-Length: 27
< Server: Werkzeug/0.15.4 Python/3.6.8
< Date: Sat, 08 Jun 2019 00:36:34 GMT
<
* Closing connection 0
{"error": "invalid_client"}
The text was updated successfully, but these errors were encountered:
Hi, following tutorial and receiving an invalid client message. Using the format as suggested:
$ curl -u ${client_id}:${client_secret} -XPOST http://127.0.0.1:5000/oauth/token -F grant_type=password -F username=${username} -F password=valid -F scope=profile
The text was updated successfully, but these errors were encountered: