Base solution for your next web application
Open Closed

LDAP and app users #2437


User avatar
0
sergiop created

Hello I was planning to use LDAP. I have no tried yet, but I need to know something In advance.

Once it is enabled, the application will allow the used to login the application using the same Username and password he is using in window for an specific domain.

But at the same time will the roles defined in the ASP.NET Zero application continue working for that users? Or I need to create some map from Active directory user names to the local users table?

Thank you very much !!


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

    Hi,

    When a AD user logs in, if there is no matching user in AbpUsers table, a new user will be created for the AD user. So, you can use roles in the system for AD users.

  • User Avatar
    0
    sergiop created

    Excellent thank you !!!