Currently my system is in Active Directory Domain (Microsoft Active Directory Services) which has LDAP v3 and Kerberos support.
We want to develop an application which should have "Single Sign On" support.
We have a requirement to retrieve and update few user attribute in Active Directory.
We can see there are different frameworks [OpenLDAP, OpenDirectory, GSS, Kerberos] are present. We tried to use OpenDirectory and LDAP API to achieve this but non of them is working for us(Using Userid and password these APIs are working fine).
Can you please guide us how we can achieve Single Sign On. Any kind of help is highly appreciable.
Thanks