saiwolf / BlazorADAuthExample

5 stars 1 forks source link

Sync current AD users/groups/etc.? #1

Open CEduChrOCOlOugep opened 6 days ago

CEduChrOCOlOugep commented 6 days ago

Awesome app, btw!! Really useful. If none of my valid users are in the local app db, how can I sync what is currently in AD with the app db without using the seeding you’ve already conveniently included? Also, does can the “admin” be a service account with read access to an ADSI interface from SQL server?

saiwolf commented 5 days ago

As this is an example app, I didn't really intend on going so far as to introduce AD sync haha. I wrote the seed routine as an easy way for you to get users into the DB from the cli.

The Admin account can be anything you want it to be, so long as it has a valid username/password in Active Directory!