websmurf / laravel-exact-online

Laravel Exact Online wrapper around the PHP API
MIT License
11 stars 14 forks source link

Callback URI is not valid #8

Closed y-dewert closed 3 years ago

y-dewert commented 3 years ago

Since the update of the Exact Online API that I need an HTTPS callback URI, the package no longer works.

I have installed an SSL certificate on my development environment and it still doesn't work. I keep getting the error "Callback URI 'https://mycompany.test/exact/oauth' is not valid", but in the App Center I entered "https://mycompany.test" as my callback URI.

websmurf commented 3 years ago

You need to use the exact callback url, so in the Exact Online app centre, you'll need to enter https://mycompany.test/exact/oauth as your redirect URI

websmurf commented 3 years ago

In lack of any further response; I'm closing this issue. Please reopen if needed.