FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. gregorio
    3. Posts
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by gregorio

    • redirect-url and authorization-url are mixed up even though settings are correct (Spring Boot application)

      After successfully connecting my Spring Boot application to fusionauth locally, I am trying to connect it to a live test instance of fusionauth with the same application.properties - just changing the base url of my app and my fusionauth instance and inserting the related client id and client secret.
      However, the application now breaks and the redirect-url and authorization-url are mixed up in the browser:
      authorization_uri=https://myapp.de/oauth2/authorize instead of https://fusionauthinstancebaseurl.de/oauth2/authorize
      and
      redirect_uri=https://fusionauthinstancebaseurl/login/oauth2/code/fusionauth instead of https://myapp.de/login/oauth2/code/fusionauth

      Here is my .properties file
      Capture.PNG

      Am I missing something?

      Thanks.

      posted in Q&A
      G
      gregorio