Base solution for your next web application
Open Closed

Importing all users from ADFS in ASP.NET Zero #5369


User avatar
0
huntethan89 created

We have successfully integrated with ADFS and users are able to login. If the user currently logging in does not have account on website, it gets created and login the user. Which is expected behavior.

We have hundreds of users that we need to be in the website but we cannot ask each of them to login to website. We need their accounts present in the website to perform certain operation with them e.g. assigning them some tasks etc.

Is there a way to import all ADFS users into aspnet zero?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @smartlayer there is no feature in AspNet Zero for this. You have to import it into database manually.