User Tools

Site Tools


developers:start

Differences

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

Link to this comparison view

Next revision
Previous revision
developers:start [2016/10/26 08:18]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== Software development using ADUCID technology ====== 
- 
-==== To quick start, look at these basic authentication request using ADUCID: ==== 
- 
-  * [[.:examples:java:client-api-basic|Java (using Java SDK platform)]] 
-  * [[.:examples:c-sharp:basic|C# (using web service WSA)]] 
-  * [[.:examples:php:basic|PHP ]][[.:examples:c-sharp:basic|(using web service WSA)]] 
- 
-More examples are [[.:examples:start|on this page]] 
- 
-====   ==== 
- 
-===== Server side integration ===== 
- 
-==== Before you start ==== 
- 
-See [[.:basic-integration|Server side integration basics]] 
- 
-ADUCID supports many ways how to integration with target application. 
- 
-==== Web service ==== 
- 
-[[.:integration:wsa|Web service ADUCID - “WSA”]] (all non-Java platfroms) 
- 
-WSA is meant for all platforms **except**** Java**. Just import WSA WSDL and you start developing. 
- 
-See also [[http://wiki.aducid.com/client-api|Javadoc SDK Client API]] 
- 
-==== Java SDK platform ==== 
- 
-[[.:integration:sdk-java:client-api|Java SDK Client API]] 
- 
-Recommender **Java**  client for server part of ADUCID integration. 
- 
-Can be integrated in any Java project. 
- 
-See also [[http://wiki.aducid.com/client-api|Javadoc SDK Client API]] 
- 
-[[.:integration:sdk-java:web-platfrorm|Java SDK Web Platform]] (Tomcat only) 
- 
-The simplest way is to integrate a **Java web application**  with ADUCID. It is based on Java SDK Client API. It implements all necessary calls directly to your application returning authentication (operation) result into your session variables. 
- 
-Ideal when you are starting a new web Java project. 
- 
-See also [[http://wiki.aducid.com/web-platform|Javadoc Web Platform API]] 
- 
-[[.:integration:sdk-java|Java SDK Basic Architecture]] 
- 
-==== Adapters ==== 
- 
-See [[.:integration:adapters|Adapters]] page 
- 
-Use one of our for quick integration.Intsted of programming just configure your adapter and use benefits of ADUCID authentication. Currently we support these adapters: 
- 
-  * [[.:integration:adapters:tomcat|Tomcat adapter]] 
-  * [[.:integration:adapters:spring-security|Spring security adapter]] 
- 
-===== Integration with mobile applications ===== 
- 
-The simplest way how to integrate ADUCID to a mobile application is PEIG API described in [[.:peig-api|ADUCID Mobile Application Integration manual]] 
- 
-We support mobile application integration with ADUCID on Android and iOS. 
- 
-  * [[.:peig-api:android|Android PEIG API]] 
-  * [[.:peig-api:ios|iOS PEIG API]] 
- 
-===== Integration with web browsers ===== 
- 
-Integration of web applications supports three different types of communication between the client (web browser) and the server: redirect. URI and QR code. 
- 
-==== Redirect adapter ==== 
- 
-Redirect adapter handles the communication between the client and the server adapter via standard HTTP redirect functionality. No adjustments or plug-ins for standard browsers are required. Client redirect adapter is part of Windows / OSX PEIG and expects an HTTP redirect to the ADUCID<sup>®</sup>   port (**44240**) that initiates authentication. 
- 
-PEIG with redirect adapter cannot be used on a multiuser system (e.g. Terminal Server). 
- 
-==== URI scheme ==== 
- 
-The current operating system (including mobile phone operating systems and workstation operating systems) brings a new way of secure communication between applications in a protected user space. It is the registered, specific URI schema. 
- 
-If the supporting application is registered in the operation system with the URI schema during installation, the operating system ensures activation of the registered application and transfer of the URI parameters to the application. 
- 
-This option is used by PEIG for mobile phones. 
- 
-==== QR code ==== 
- 
-If there is not redirect nor URI scheme managed by PEIG, ADUCID QR code is displayed. This code can be scanned using a mobile PEIG to process the request. 
- 
-===== Further reading ===== 
- 
-  * [[:documentation:identity-proofing|Identity proofing]] 
-  * [[:documentation:architecture|Architecture]] 
-  * [[.:advanced-integration:start|Advanced integration manual]] 
- 
  
developers/start.1477469901.txt.gz · Last modified: 2016/10/26 08:18 by 127.0.0.1