I am using active directory component to get all users from active directoty !
but i get the following error The Supplied Argument Cannot be null
https://www.outsystems.com/forge/component-overview/1023/active-directory
even when i debug the extension i got the same error
whats the issue
and in the extension documentations they said u dont need the username and password ! so whats the issue
What’s new (2.0.12)There a new Active Directory component which you can find here.Main Features:Massive Performance Boost (specially true when dealing with large AD's)New reactive BackofficeComplete code isolation allowing to use the Library directlyChanges:Added a new method GetUserThumbnail that allows to extract the user thumbnail photo from the AD.
DetailsActive Directory is Microsoft service and it's a directory service that uses the LDAP protocol. Many organizations are using it for the ease of use and for the ease of integration with other Microsoft products. Note: OutSystems already allows AD login out of the box, but you can use this component to create your own custom login if necessary.
We have all heard of LDAP and we know how stressful it can be at times. You have to work with paths, username and password and go over an entire list of attributes to find the information you're looking for.OutSystems supports authentication through both LDAP and Active Directory.If you have Active Directory configured then go with it instead of using LDAP. It will provide easy access to groups and users (without the use of username / password), manage your directory, import users, groups with detailed information.