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

    Reverse Proxy - Problem with FusionAuth Server address

    Scheduled Pinned Locked Moved Solved
    Q&A
    1
    2
    909
    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.
    • mark.robustelliM
      mark.robustelli
      last edited by

      Is it possible to setup a FusionAuth server behind a reverse proxy and configure another redirect URI as to not expose the local address of the FusionAuth server directly? I am using FusionAuth behind a reverse proxy with an IdentityProvider login. The redirect after the login points the user to the private machine name of the FusionAuth server that is not reachable.

      mark.robustelliM 1 Reply Last reply Reply Quote 0
      • mark.robustelliM
        mark.robustelli @mark.robustelli
        last edited by

        Make sure you these 4 headers in your proxy

        • Forwarded-Proto: typically this will be https. This ensures any redirects are sent with the appropriate scheme.
        • Forwarded-Host: The original host requested by the client in the Host HTTP request header.
        • Forwarded-For: The originating IP address of the client.
        • Forwarded-Server: The hostname of the proxy server.
        1 Reply Last reply Reply Quote 0
        • mark.robustelliM mark.robustelli has marked this topic as solved on
        • First post
          Last post