User Tools

Site Tools


developers:server-side

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
developers:server-side [2018/06/27 14:56]
tjotov
developers:server-side [2019/07/29 07:41]
tjotov [No-Code]
Line 1: Line 1:
 ====== Server side development ====== ====== Server side development ======
-There are two basic ways how to use ADUCID in your project: web service and JAVA SDK Client.+There are three basic ways how to use ADUCID in your project: No-Code, Web service and JAVA SDK Client.
  
-See also + 
-  * [[developers:advanced-integration:result-operation-codes|Error statuses of authentication process]] +==== No-Code ==== 
-  [[developers:advanced-integration:aim-status-codes|Semantics of individual statuses of the authentication session (AIMStatus)]]+See [[integration:nocode|No-code]] server side integration.
  
 ==== Web service ==== ==== Web service ====
Line 19: Line 19:
 A client for server part of ADUCID integration on JAVA. It very similar to WSA. A client for server part of ADUCID integration on JAVA. It very similar to WSA.
  
- +See also 
-See also [[http://wiki.aducid.com/client-api|Javadoc SDK Client API]] +  * [[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)]]