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

    Update connectorId on User?

    Scheduled Pinned Locked Moved Unsolved
    Q&A
    2
    4
    3.0k
    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.
    • A
      andres.garcia
      last edited by

      There is any way to update or change the connectorId of an already created user?

      joshuaJ 1 Reply Last reply Reply Quote 0
      • joshuaJ
        joshua @andres.garcia
        last edited by

        @andres-garcia

        Generally, connectors are FusionAuth, LDAP, or Generic.

        https://fusionauth.io/docs/v1/tech/connectors/

        Can you provide a bit more context for what you are trying to accomplish? I would think that if those connectors were to change, it would be part of a change to how the user is authenticated (either the user is migrated or the user still authenticating against an external data store, such as an LDAP server)

        Thanks,
        Josh

        A 1 Reply Last reply Reply Quote 0
        • A
          andres.garcia @joshua
          last edited by

          Hey @joshua, I was trying to provision an external service when my user logged in, and I was thinking to use a connector to get the request and then fallback to FusionAuth authentication. Still, I realized that when the user is already created on FusionAuth it never touch the other connector. So I was trying to do it that way because I can't provision the service async using the webhooks.

          joshuaJ 1 Reply Last reply Reply Quote 0
          • joshuaJ
            joshua @andres.garcia
            last edited by

            @andres-garcia

            I might lack a bit of context, but I think that

            user is already created on FusionAuth

            You do have the option to choose how FusionAuth will look for users on the tenant (more in the documentation). So you might have FusionAuth look for your user in an external LDAP connector, firstly, for instance.

            So I was trying to do it that way because I can't provision the service async using the webhooks.

            Is this a limitation of your architecture/design or a limitation you are finding within FusionAuth

            Thanks,
            Josh
            FusionAuth

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