Ok, so I have deleted the original secondary system and started from the beginning. Everything below is in the same tenant.
-
I have a learning management system (LMS) in which the user is created (with a password set by that system) which is then passed into Auth0 to create a user profile. In my account this is called “RAE Systems”
-
This LMS is connected to Auth0 as an application with the DB " Username-Password-Authentication". You can log in to the LMS using Auth0 with no problems. If a user needs to change their password in this primary system, it is facilitated via Auth0.
-
I have a second system which is Wordpress running the Auth0 plugin. This is called “Flight Docs” This is connected to Auth0 using a second application which in turn has a connection to the same DB as above. Only 1 DB is now being used.
-
At this stage, the user from the first system has not yet been set up as a user in the second system. The second system requires the user to have a login with a password.
My questions are now:
A. how should I go about creating the new user in the second system, knowing that it needs a password. Should this be an Auth0 action? In which case I need it to create the user in the correct role. Or is this something that is done directly into the second system, in which case how do I handle the set up of a password when the password resides in Auth0?
I will create a user in each system and DM you the details. However, these will be set up manually so I don’t know what will happen in Auth0 when I create them. I will use the same password for each if that helps.