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

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

Scheduled Pinned Locked Moved Unsolved
Q&A
2
2
586
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.
  • G
    gregorio
    last edited by 17 Feb 2023, 10:00

    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.

    D 1 Reply Last reply 7 Jul 2023, 16:52 Reply Quote 1
    • D
      dan @gregorio
      last edited by 7 Jul 2023, 16:52

      Hiya @gregorio ,

      Hmmm. That seems really weird. Did you ever sort this out?

      --
      FusionAuth - Auth for devs, built by devs.
      https://fusionauth.io

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