Afriyie Abraham Kwabena writes:
> ...
> Thanks for the reply maybe I did not explain myself very well but is it
> possible to apply this scenario to a database server like MySQL where I can
> write some python code to post, get, delete, etc to the database? However the
> client (python code I h
Afriyie Abraham Kwabena writes:
> Am trying to create a basic authorization server using client credentials
> flow and client so that the
> client can send it credentials using REST methods (POST) to the authorization
> server. Authrization server then
> respond with access token. After the acc
Afriyie Abraham Kwabena writes:
> Am trying to create a basic authorization server using client
> credentials flow and client so that the client can send it credentials
> using REST methods (POST) to the authorization server.
At minimum, this implies that you are implementing a web server (eithe
Hi,
Am trying to create a basic authorization server using client credentials flow
and client so that the
client can send it credentials using REST methods (POST) to the authorization
server. Authrization server then
respond with access token. After the access, client can POST, GET, etc to the