User Tools

Site Tools


developers:start

This is an old revision of the document!


Development using ADUCID technology

This section is for advanced integration when No-code integration cannot be used or isn't sufficient. This includes advanced scenarios like M2M, Wi-Fi or VPN integration.

To quick start, look at these basic authentication request using ADUCID:

Server side integration

Before you start

See Server side integration basics

ADUCID supports many ways how to integration with target application.

Web service

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 Javadoc SDK Client API

Java SDK platform

Java SDK Client API

Recommender Java client for server part of ADUCID integration.

Can be integrated in any Java project.

See also Javadoc SDK Client API

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 Javadoc Web Platform API

Java SDK Basic Architecture

Integration with mobile applications

The simplest way how to integrate ADUCID to a mobile application is PEIG API described in ADUCID Mobile Application Integration manual

We support mobile application integration with ADUCID on Android and iOS.

Integration with web browsers

TODO BETTER

Integration of web applications supports two types of communication between the client (web browser) and the server: URI and QR code.

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

QR code is displayed by aducid-binder. This code can be scanned using a mobile PEIG to process the request.

Further reading

developers/start.1530022592.txt.gz · Last modified: 2018/06/26 14:16 by tjotov