Hi, I’ve been working on the authorize api call on auth0 and following many stackoverflows/https://auth0.com/docs/flows/guides/single-page-login-flow/includes/authorize-user-add-login (api docs), but i’m still not getting the HTTP 302 response that i was expecting.
Instead i’m just getting a 200 success but with no data…
https:///authorize?response_type=code&client_id=XXXX&redirect_uri=https:///callback/&audience=https:///api/v2/
Any help would be appreciated…