12-09-2020 21:32
12-09-2020 21:32
When I run my application, it works up until the point where the page needs to redirect to another page and grab the url from the current page and use that token to authenticate.
At that point unfortunately, I receive an SSL error, page looked something like this:
I'm creating this application with NodeJS in Firefox
12-10-2020 17:30
12-10-2020 17:30
Hi @StevenCopeland,
Are you using localhost as your redirect URI for users? The redirect URI you're using is fine for testing purposes, but won't work in a production environment. Localhost is not a URL that is external to the internet world that the public can access. You'll need to provide a valid redirect URI to your application to redirect your users back to after they grant consent to your application.
I hope this helps. Let me know if you have any additional questions.