Page 1 of 1

How to integrate it with Asp.net Application and Sql server

PostPosted:Thu Apr 21, 2016 5:01 am
by MNSnilesh
Pleas explain me how to ingrate OpenKm with Asp.Net application. Also I am not able to connect with sql server 2012.
I am using openKm 6.3.1 community version on windows 7. OpenKm is working fine without sql server but when I try to connect with sql server I got error. Please help me how to integrate with asp.net application with single signup and sql server.

Re: How to integrate it with Asp.net Application and Sql server

PostPosted:Sat Apr 23, 2016 10:28 am
by jllort
For future post, please add a single question for each topic.

For integrating .NET apps with openkm we suggest using our SDK for .NET, take a look here https://docs.openkm.com/kcenter/

About configuring openkm with SQL, take a look here http://wiki.openkm.com/index.php/SQL_Se ... OpenKM_6.2

Re: How to integrate it with Asp.net Application and Sql server

PostPosted:Wed May 04, 2016 6:34 am
by MNSnilesh
Thanks for your suport Jllort :D .
I have done integration with Asp.net Application and database.
Now I want to use AD authentication for openKm. So how to configure AD authentication.
My requirement is as User login with Ad authentication in my asp.net application and same authentication will pass to Openkm by services. So I want to know how to pass login credential for openkm Authentication services. Like as below
Code: Select all
String host = "http://localhost:8080/OpenKM";
String username = "okmAdmin";
String password = "admin";
OKMWebservice ws = OKMWebservicesFactory.newInstance(host, username, password);
What I pass to username and password for login for AD authentication.

Re: How to integrate it with Asp.net Application and Sql server

PostPosted:Sat Jul 30, 2016 10:46 pm
by jllort
Sorry for our late answer, but seems your post was locked ( pending for approval ) and until now we had not seen it.

About ldap, take a look here :
http://wiki.openkm.com/index.php/LDAP_examples
http://wiki.openkm.com/index.php/Ldap-example3 ( the most complete example )