User being registered unexpectedly
-
I would like to know how to prevent users from being registered in the Fusion system after the first login, although I created a generic connector and set the "migrate user" option to "no" in the tenant, the user is always automatically registered after the first login, I'm using authorization code Grant.
-
@gabriel-rod-cas-10 The way I read the migrate option is that, once migrated, future authentications will use FusionAuth and not the connector. The user will still be created in any case.
Depending on what you are trying to accomplish and why, there can be some other ways to work around. We do have APIs and other extensibility points that would allow you to delete a user and that sort of thing.
-