FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Installing FusionAuth Service

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    346
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      aperkins
      last edited by

      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?

      S 2 Replies Last reply Reply Quote 0
      • S
        support 0 @aperkins
        last edited by

        @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

        1 Reply Last reply Reply Quote 0
        • S
          support 0 @aperkins
          last edited by

          @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.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post