Difference between revisions of "Third-party system integration"
From OpenKM Documentation
(Created page with 'Nowadays is very common a bunch of different systems to be working together. This implies a work made by a system integrator and make possible to increase the overall system syne…') |
|||
Line 2: | Line 2: | ||
* To can make a CRM to use document stored at OpenKM repository by using the webservices SOAP API. | * To can make a CRM to use document stored at OpenKM repository by using the webservices SOAP API. | ||
+ | ** Webservices Guide | ||
* Also you can even download a document directly without the need of a formal system login. | * Also you can even download a document directly without the need of a formal system login. | ||
− | * | + | * Authentication is pluggable and is easy to use an external user database, LDAP or Active Directory. |
+ | ** OpenKM authentication | ||
+ | * Even the data store can be configured to be deployed in any database as MySQL, PostgreSQL, Oracle or SQL Server. | ||
+ | ** [[Using OpenKM with other databases]] | ||
[[Category: Webservices Guide]] | [[Category: Webservices Guide]] | ||
− | [[Category: OKM Network]] | + | <!-- [[Category: OKM Network]] --> |
Revision as of 12:11, 1 October 2010
Nowadays is very common a bunch of different systems to be working together. This implies a work made by a system integrator and make possible to increase the overall system synergy. We develop OpenKM with this goal on mind and provide several ways of integration:
- To can make a CRM to use document stored at OpenKM repository by using the webservices SOAP API.
- Webservices Guide
- Also you can even download a document directly without the need of a formal system login.
- Authentication is pluggable and is easy to use an external user database, LDAP or Active Directory.
- OpenKM authentication
- Even the data store can be configured to be deployed in any database as MySQL, PostgreSQL, Oracle or SQL Server.