I am working through Ory Hydra authorization code ...
# general
d
I am working through Ory Hydra authorization code flow with pkce. Once the login and consent process is complete, I am trying to get the access token from the auth code.
oauth2/token
is returning a 200 success response, and I can see in the database the access token is being created and stored, but there is no body in the response from hydra. It’s an empty repsonse. I’m not sure what I am missing here, anybody know?
OK user error - I had some cors related misconfiguration