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

Login with Magic Link?

Scheduled Pinned Locked Moved
General Discussion
2
29
132.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.
  • D
    dan
    last edited by 29 Sept 2020, 23:33

    Hmmm. I just enabled it on my local instance and the link showed up just fine.

    Screen Shot 2020-09-29 at 5.32.01 PM.png

    Are you using the hosted login pages?

    Are you passing the client id which corresponds to the application for which you have enabled passwordless login?

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

    1 Reply Last reply Reply Quote 0
    • R
      richb201
      last edited by 30 Sept 2020, 00:57

      I am not using the hosted version.

      Are you passing the client id which corresponds to the application for which you have enabled passwordless login?
      Passing it in where? BTW, my "Authorized redirect URLs" option is greyed out. My Authorization Code grant is enabled. Could it be a misconfiguration of my oauthe2?

      1 Reply Last reply Reply Quote 0
      • D
        dan
        last edited by 30 Sept 2020, 02:02

        Sorry, when I say "hosted login pages" I mean the FusionAuth themed login pages.

        Are you using those?

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

        1 Reply Last reply Reply Quote 0
        • R
          richb201
          last edited by 30 Sept 2020, 03:28

          I am not using any login pages. Where would I set that up? The plan is to eventually send a passwordless email to a user, have them click the link which brings them to a form on my host. But for now I am trying to get it to work with just the FusionAuth control panel.

          1 Reply Last reply Reply Quote 0
          • D
            dan
            last edited by 30 Sept 2020, 21:50

            Hi @richb201 ,

            The hosted pages are set up by default for you.

            So if I understand you correctly, are you saying that you have enabled passwordless for a given application but don't see the 'magic link' button on the login form?

            What is the "OAuth IdP login URL" value that you are trying to login with? (If you go to Applications and then click the green magnifying glass next to the application you are trying to set up, you can see this value.)

            Also, what is the value for "Passwordless login" from that same screen?

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

            1 Reply Last reply Reply Quote 0
            • R
              richb201
              last edited by richb201 10 Feb 2020, 02:56 2 Oct 2020, 02:53

              The oauth idp is : http://localhost:9011/oauth2/authorize?client_id=32688330-1630-4e0d-a4de-8ae45c3ca527&response_type=code&redirect_uri={your redirect URI here}

              Notice that there is no redirect.! I am not able to fill in that field on Home/ Applications/Edit because it is greyed out.

              1 Reply Last reply Reply Quote 0
              • D
                dan
                last edited by 2 Oct 2020, 03:04

                You need to add a redirect ("Applications" -> your application -> "OAuth" and then add a URL which can receive an authorization code and then retrieve an access token).

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

                1 Reply Last reply Reply Quote 0
                • D
                  dan
                  last edited by 2 Oct 2020, 13:04

                  Sorry, I was moving quick last night and misunderstood your comment. What do you mean you can't edit the redirect? Can you share a screenshot, please?

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

                  1 Reply Last reply Reply Quote 0
                  • R
                    richb201
                    last edited by 2 Oct 2020, 17:47

                    Screenshot from 2020-10-02 13-45-28.png

                    see the very bottom? Authorized redirect URLs? I can't seem to change that since it is greyed out.

                    1 Reply Last reply Reply Quote 0
                    • D
                      dan
                      last edited by 2 Oct 2020, 22:49

                      Ah, that's a ux quirk. It isn't actually disabled, you should be able to add one or more urls to it.

                      You can see how I add a redirect url here: https://youtu.be/trzY5otEgKM?t=254

                      Hope that helps.

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

                      1 Reply Last reply Reply Quote 0
                      • R
                        richb201
                        last edited by richb201 10 Mar 2020, 01:49 3 Oct 2020, 01:28

                        Thanks Dan. I watched the video. No, it will not take my redirect URL. Now, I don't have https on my laptop. Is that the issue? I am developing in a docker container on the laptop.

                        1 Reply Last reply Reply Quote 0
                        • D
                          dan
                          last edited by 3 Oct 2020, 02:22

                          You can't paste text into that input box, you have to type it. Are you trying to paste it in, perhaps?

                          If not, then there's something I don't understand going on.

                          Developing in docker shouldn't affect this.

                          Are you logged in as the admin user?

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

                          D 1 Reply Last reply 5 Oct 2020, 20:08 Reply Quote 0
                          • R
                            richb201
                            last edited by richb201 10 Mar 2020, 22:58 3 Oct 2020, 22:57

                            I am logged in as me and looking at the Users (attached) I am NOT an admin. Must I change that and how? BTW, my shirt came today. TY. Screenshot from 2020-10-03 18-54-05.png

                            BTW, what does cat /etc/password mean?

                            1 Reply Last reply Reply Quote 0
                            • D
                              dan
                              last edited by 4 Oct 2020, 16:36

                              Hiya,

                              You are an admin (you have the admin role in the FusionAuth app) so you should be able to add a redirect URI.

                              Any chance you can record and upload a video of you trying to add the redirect URI? Everything looks solid from what I can see, so I'm a bit confused about what is happening.

                              Glad you got the shirt! cat /etc/passwd is unix-speak for "show my all your passwords" 🙂

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

                              R 1 Reply Last reply 6 Oct 2020, 15:15 Reply Quote 0
                              • D
                                dan @dan
                                last edited by 5 Oct 2020, 20:08

                                @dan said in Login with Magic Link?:

                                You can't paste text into that input box, you have to type it. Are you trying to paste it in, perhaps?

                                I was wrong, you can paste it in. You just can't paste in two or more urls.

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

                                1 Reply Last reply Reply Quote 0
                                • R
                                  richb201 @dan
                                  last edited by 6 Oct 2020, 15:15

                                  @dan said in Login with Magic Link?:

                                  You are an admin (you have the admin role in the FusionAuth app) so you should be able to add a redirect URI.

                                  But I am trying to use the Research Credit Toolkit application. I haven't tried it with the FusionAuth application yet. Anyway I am going to try to record a screen video. I use Screenshot which doesn't have that ability. Can you recommend an app to do the recording with?

                                  1 Reply Last reply Reply Quote 0
                                  • R
                                    richb201
                                    last edited by 6 Oct 2020, 16:38

                                    Notice that when I first login to the control panel (see attached), the Smart Link is not there. Screenshot from 2020-10-06 12-37-07.png

                                    1 Reply Last reply Reply Quote 0
                                    • R
                                      richb201
                                      last edited by 7 Oct 2020, 00:06

                                      Well I almost got it. Here is the screenshot. Notice the invalid URL? I do not have a an SSL Certificate for this laptop. Could this be the issue? Screenshot from 2020-10-06 20-02-22.png

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        dan
                                        last edited by 7 Oct 2020, 13:47

                                        Glad to see you're figuring things out.

                                        https/http shouldn't be a problem. Is there a space at the beginning or end of your url?

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

                                        1 Reply Last reply Reply Quote 0
                                        • R
                                          richb201
                                          last edited by 7 Oct 2020, 16:55

                                          This post is deleted!
                                          1 Reply Last reply Reply Quote 0
                                          13 out of 29
                                          • First post
                                            13/29
                                            Last post