I'm following Ory Hydra 5 Minute Tutorial.
This tutorial uses a sample Webapp and I'm trying to understand the flow how to convert Code to Token via HTTP POST.
I have several troubles with the POST:
400 Bad Request Request parameter 'grant_type' is missing
400 Bad Request "invalid_grant"
401 Unauthorized "invalid_client"
and it's not clear how to proceed.
Client Creation
--token-endpoint-auth-method client_secret_post
so that http post is legal later onLogin and Retrieve Code
Trigger Login
http://127.0.0.1:4444/oauth2/auth?client_id=helloworld-auth-code-client&response_type=code&scope=openid offline&state=hniavseoniasethiohsaent
convert code to token