API Debugger not working as intended

I’m currently trying to use the API Debugger, however if I try to execute the login flow, it throws an error:

I have added the callback uri to the configuration because that was the original issue, but now it does not work at all.

image

Note I have set my configuration as stated in the docs, the audience has been set to the value in the API created from the dashboard and code in the response type.

In case it is of any help, this is the URL it’s trying to hit

https://digital-grading.auth0.com/authorize?scope=openid%20name%20email%20nickname%20offline_access&response_type=code&sso=false&audience=https%3A%2F%2Fdigital-grading.com&client_id=GIkKJ0PPJp78oXxS974K6r0ROLPCFGIE&redirect_uri=https%3A%2F%2Fdigital-grading.us8.webtask.io%2Fauth0-authentication-api-debugger&device=Browser&auth0Client=eyJuYW1lIjoiYXV0aDAuanMiLCJ2ZXJzaW9uIjoiNi44LjQifQ

Any ideas of what might be causing the error?

Hi @Oxyrus

From your /authorize request ,

I can see the client id as : Client ID: GIkKJ0PPJp78oXxS974K6r0ROLPCFGIE

That means in the Application configuration of the API debugger extension you have added this application(with client id : GIkKJ0PPJp78oXxS974K6r0ROLPCFGIE), you can find the application with this client id on your dash board.

You will need to add the call back url : Auth0 - Protocol Debugger in the Allowed Callback URLs of this application with client id : GIkKJ0PPJp78oXxS974K6r0ROLPCFGIE.

1 Like

Thanks Sidharth for sharing this solution!

1 Like

This topic was automatically closed after 5 days. New replies are no longer allowed.