LDAP Authentication implementation in Appzillon

Hi,

We would like to implement LDAP authentication rather than Appzillon authentication for one of newly developed app.
Please guide us or provide us the steps for implementing LDAP in Appzillon
Hi Sreenadh,

You would be able to achieve this leveraging on Appzillon's extensibility feature. Please write your own authentication logic validating users against LDAP server by implementing interface
com.iexceed.appzillon.sms.iface.IAuthentication
Mention the above written class's fully qualified name under Server Preferences extensibility tab.


Thanks,
Arthanarisamy