We have 2 tenants because we two different applications that uses the same pool of users. We can’t use the same tenant because only one custom domain can be assigned per tenant. So we created 2 tenant for each custom domain. I’m trying to add an action when a user is registered to create a user on the other domain copying the same information for the user from the first tenant where the user is created through registration.
I know it’s possible to do this by creating a custom database, but one of our security policies for the new topology is that we don’t manage the user authentication data so that’s out.
Has anyone created an action or automated way to copy a user from one tenant to another through something like actions or another way so this wouldn’t be a manual process?
I understand you want to copy users from one tenant to another. We recommend using bulk export, but it does not include passwords. For passwords, you must request a password hash export via Support, as there is no way to do this self-service.
If the passwords are not required, then the export extension or the Management API should suffice.
Thanks, this is what I imagined would be the case. Our purpose it keep the data containing user information out of our ecosystem for the security of our clients. Unfortunately it seems like the import export is too much of a manual process. We’ll see if we can resolve this through a dual registration process. Thank you for your time.