Authorization from a PHP file

I keep getting the error below:

Callback URL mismatch

https://127.0.0.1:3000/callback is not in the list of allowed callback URLs

The callback url and logout url are both the same along with the autho_BASE_URL.

image

image

What am I doing wrong?

1 Like

Hi @matthewyoung245,

Have you tried adding https://127.0.0.1:3000/callback to the list of allowed callback URLs?

That worked thank you!

1 Like

Great! Let us know if you run into anything else!

How would I link to a file from the index.php file that is within the same application. For example, a button within the index.php is clicked and then is href to a test.php located within a Test folder. The link would be Test/test.php. I tried this and it doesn’t show any information from the test.php but rather just a blank page.
image

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