User Tools

Site Tools


developers:start

This is an old revision of the document!


Software development using ADUCID technology

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

Adapters

See 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 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

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® 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

developers/start.1477469901.txt.gz · Last modified: 2016/10/26 08:18 by 127.0.0.1