Base solution for your next web application
Open Closed

Get additionally from active directory #10310


User avatar
0
daniela.buttner created

Hi

Version is 10.3, MVC, .Net5.0

My LDAP connection to my company AD works fine, but in this AD are stored more informations (for example: Organisation Unit and Roles). How get this informations? At the moment I get about the SignInManger or Authorization the normal User Identity with the roles from the ASPNETZERO framework.

Regards


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

    Hi,

    This class is used to get user information. In your app, you can override related methods in AppLdapAuthenticationSource class.