User Tools

Site Tools


developers:server-side

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
developers:server-side [2018/06/27 14:00]
tjotov created
developers:server-side [2019/08/01 10:05]
tjotov removed
Line 1: Line 1:
 ====== Server side development ====== ====== Server side development ======
 +There are three basic ways how to use ADUCID in your project: No-Code, Web service and JAVA SDK Client.
 +
 +
 +==== No-Code ====
 +See [[integration:nocode|No-code]] server side integration.
  
 ==== Web service ==== ==== Web service ====
Line 12: Line 17:
 [[.:integration:sdk-java:client-api|Java SDK Client API]] [[.:integration:sdk-java:client-api|Java SDK Client API]]
  
-Recommender **Java**  client for server part of ADUCID integration. +client for server part of ADUCID integration on JAVAIt very similar to WSA.
- +
-Can be integrated in any Java project.+
  
-See also [[http://wiki.aducid.com/client-api|Javadoc SDK Client API]]+See also 
 +  * [[http://wiki.aducid.com/client-api|Javadoc SDK Client API]] 
 +  * [[developers:advanced-integration:result-operation-codes|Error statuses of authentication process]] 
 +  * [[developers:advanced-integration:aim-status-codes|Semantics of individual statuses of the authentication session (AIMStatus)]]