Callback URL mismatch error occurs in Auth0 Delegated Admin Dashboard (Node12)

I am using the Delegated Administration Extension.

Since I changed the runtime to Node 12, I looked at the “Migration Guide: Extensibility and Node 12” and changed the “Allowed Callback URLs” and “Allowed Logout URLs”.

However, when I open the Delegated Administration Dashboard, I get an error (Callback URL mismatch.).

Checking the log, it appears that the “redirect_uri” is specified differently than the “Callback URL” described in the Migration Guide.

Is the description in the Migration Guide correct?

1 Like

Hello! Welcome to our Community!

We have investigated and indeed the Migration Guide is wrong. We are going to review it to fix the documentation as soon as possible.

In the meantime, what you are trying to achieve, can be done passing the url as the format the error tells you.

That would be https://YOUR_DOMAIN.us12.webtask.io/auth0-delegated-admin/login

I hope this works for you, and thank you for bringing this issue to us.

Thank you!

1 Like

Thank you!
My question is solved

2 Likes

Perfect! Glad we were able to help!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.