Active Directory Integration

I’m told that we can use the Quantify API to integrate Active Directory. Is there any documentation or articles explaining this process. We would like to integrate AD for users and security groups, and hopefully control Quantify permissions via AD security groups. All assistance is appreciated.

Hello,

Quantify does not have have any native support for Active Directory integration.

However, we see no reason why you couldn’t achieve this through the Quantify API and .NET’s System.DirectoryServices.Protocols namespace.

You can initiate an LDAP connection and set user roles and permissions according to a user’s AD configuration. If you decide to go this route and wish to share your code, feel free to throw it onto GitHub and share it in a post here, as future users would likely benefit from this information.

Please let us know if you run into any obstacles in attempting this.

-AvontusDev