Hello,
How can we import Azure Active Directory Users in to the system, we are in the mirgation phase where we would like to create all the users (with out asking users to login in the system) and setup the permission and migrate old transactions in the system.
Which table are important while importing Active Directory Users user with SQL script.
Thanks
6 Answer(s)
-
0
Waiting for answer, how can we import AAD user as Batch directly to AbpUser and other related tables, please suggest.
-
0
Hi @ravindrapatail,
Sorry for the delay. You have to fill AbpUsers and AbpUserLogins tables. On AbpUserLogins table, LoginProvider must be "OpenIdConnect" and ProviderKey must be the Id of the user on Azure AD.
-
0
Thank you, But it looks ProviderKey column in AbpUserLogins is encrypted, if yes how is has been encrypted is. it MD5 ? In order to update AD user ID from backend we should know how should we store it. appriciate you early feedback.
-
0
@ismcagdas please help us how to store provider key directly from backend as it looks ProviderKey ( Id of the user on Azure AD) column in AbpUserLogins is encrypted
-
0
Hi @ravindrapatail
We don't have any custom logic there. It is handled by Microsft's packages.
-
0
This issue is closed because it has not had recent activity for a long time.