System architecture

Onegini IDP is intended to work as a pair of services. There are two components required: Onegini IDP Core and Onegini IDP Extension.

Onegini IDP Core is the base application that contains generic functionality of the product. Onegini IDP Extension is a small application that exposes REST API. This application contains implementation, configuration and resources specific for every installation (ie. for every customer).

Onegini IDP Core connects to Onegini IDP Extension via defined REST API on the backend side. The user agent of the web application connects to Onegini IDP Core which is responsible for producing output web page. Onegini IDP Core also maintains the connection with database. The relationships between components are presented in the following diagram:

System architecture

Note that the communication between Onegini IDP Core and Onegini IDP Extension is one way. Onegini IDP Extension acts as a server, Onegini IDP Core is the client.