Update connectorId on User?
-
There is any way to update or change the connectorId of an already created user?
-
Generally, connectors are
FusionAuth
,LDAP
, orGeneric
.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 -
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.
-
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