Installing FusionAuth Service
-
This has been a nightmare from the beginning as none of the instructions in the guide, nor the video really go into detail or help actually set things up, like postgres you have to create a password for the superuser account
Anyways - I have my 9011 portal up, I've started the npm and can open the xx.xx.xx.xx:3000 but when I hit login I receive this error{
"error" : "invalid_request",
"error_description" : "Invalid redirect uri http://localhost:3000/oauth-redirect",
"error_reason" : "invalid_redirect_uri"
}I'm running this on a server, every file I've edited that mentioned localhost I have changed to the ip of the server, but I'm not sure what file this is referencing for me to change that?
-
@aperkins what's your stack?
Sounds like you're using docker fusion auth (FA) in your own VM, and a node app that is trying to redirect to FA as the OAuth IDP, is that correct?
I can help you troubleshoot if you'd like. I'm in the slack channel or you can email me a lance@spearstone.partners
cheers
-
@aperkins look in your oauth config for the app, inside FA, or the tenant config.
The redirect url is set there. Also , your app may be supplying a url as the redirect with that URL and it is not matching what's configured as the allowed redirect URLs in FA.