Hey everyone, I am trying to make a call to my acc...
# general
a
Hey everyone, I am trying to make a call to my account's
/oauth2/auth
endpoint and it's coming back to my callback with no information at all.. Logging out the axios responses.. any thoughts?
Copy code
{} body
{} params
{} query
m
Hello @acoustic-piano-49802 Are you using Ory Network? How can we reproduce this?
a
Actually, I think it was a misunderstanding on my part how the flow actually goes. I'm going machine-to-machine with the client credentials flow and it seems I don't need to do the typical Oauth flow with the refresh tokens and all of that, I just need the token endpoint to make sure the credentials are valid and the request is within the scope. Is that a fair assumption?