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

    where is the application oauth tab?

    Scheduled Pinned Locked Moved
    General Discussion
    0
    5
    1.7k
    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.
    • R
      richb201
      last edited by richb201

      Screenshot from 2021-04-28 10-05-33.png

      Dan where does the list of valid redirect addresses go? Right below the line that is highlighted? I added in the 35.xx.xx.xx but I still get the same FA error popup.

      Screenshot from 2021-04-28 10-14-39.png

      1 Reply Last reply Reply Quote 0
      • joshuaJ
        joshua
        last edited by

        @richb201,

        I am not understanding your error fully. Can you please elaborate on what you are experiencing? If you could share error logs that might be helpful.

        Alternatively, you may want to review the OAuth2 flow by consulting our documentation. Our five-minute guide covers a basic example for your consideration.

        https://fusionauth.io/docs/v1/tech/5-minute-setup-guide/#5-create-an-application-and-configure-the-oauth-settings.

        Thanks!

        Thanks,
        Josh

        R 1 Reply Last reply Reply Quote 0
        • R
          richb201
          last edited by richb201

          Thanks Joshua. I am trying to do a plain vanilla passwordless login. It all works fine. It sends the email directly to the user's email. When the user clicks on the link (in my case it is a button) the user gets the error below:
          "error_description" : "Invalid redirect uri 35.153.28.164/index.php/Configure/report_generator_amazing",

          Notice that the error message does NOT SHOW the http:// ?? Here is the application screen. Also notice that I do have the http://
          Screenshot from 2021-05-06 04-17-54.png

          So that is not the issue. I can get the docker log for you so you can see what fusionAuth is complaining about, if you think that would help? Is there any other logs kept by fa that I can look at?

          1 Reply Last reply Reply Quote 0
          • R
            richb201 @joshua
            last edited by richb201

            @joshua I am pretty far beyond just setting up :). The passwordless email gets sent to the user. When they open it they see a button. Here is the text of the button

            <a rel="nofollow noopener noreferrer" target="_blank" onclick="return window.theMainWindow.showLinkWarning(this)" href="http://35.153.28.164:9011/oauth2/passwordless/Hpwfsd2h-82faVz7oFYpX6xg0k43aIFM0d54-ueW7dc?tenantId=4272f95b-0989-4892-badc-0ef6b934885f&amp;client_id=f603697d-41ea-4c53-ac2d-e935d5e34221&amp;redirect_uri=35.153.28.164%2Findex.php%2FConfigure%2Freport_generator_amazing&amp;response_type=code&amp;scope=openid&amp;state=richardbernstein216%40yahoo.com">
            <button style="border:none;color:white;padding:15px 32px;text-align:center;text-decoration:none;font-size:16px;margin:4px 2px;cursor:pointer;background-color:#008CBA;">
            Click Here to Login!
            </button>
            </a>
            

            This looks fine to me except for the redirect_uri=35.153.28.164%2Findex.php%2

            Shouldn't that be redirect _uri=http://35.153.28.164%2Findex.php%2 ????
            Why is the http:// being cut off by fa?
            BTW I am using v 1.19.7

            1 Reply Last reply Reply Quote 0
            • robotdanR
              robotdan
              last edited by

              @richb201 said in where is the application oauth tab?:

              redirect_uri=35.153.28.16

              The redirect needs to match your configured list in FusionAuth. redirect_uri=http://35.153.28.16...

              If you are using the FusionAuth email template, you will want to verify the link is getting built correctly in the template.

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