You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Introduction

didmos is a software solution for Identity & Access Management and consists of various different modules, that can be used individually for different tasks or in combination.

For a general overview of the software solution, please refer to the following document:

Various parts of the didmos software suite have already been updated to version 2. This includes a modern software architecture for the already existing didmos modules. In addition, the new version introduces completely new modules. This documentation covers the open source modules of these modules.

Modules


The diagram above illustrates the modules in didmos V2 and will be updated shortly to reflect the following setup:

didmos V2 is made up of the following individual modules. Each module consists of a general version, which is open source and can be accessed as described below. Additionally, all modules can be extended at specific extension points to add custom functionality. A general purpose version of the frontend application (LUI) is also published as 'didmos2-demo-frontend'.

ModuleDocumentationSource codeRemarks
Core
 

Consists of the following components:

  • Metadirectory (OpenLDAP)
  • Backend APIs consisting of different apps:
    • REST-based SCIP app
    • Policy Decision Point app
    • Task Management Engine app
LUI
Frontend application for communication with the REST-APIs of Core
Authenticator

Consists of the following components:

  • SSO proxy based on Satosa
  • MongoDB for short lived tokens
Provisioner

Consists of the following components:

  • Requesting Authority (RA)
  • RabbitMQ
  • Worker-Nodes with ICF-Connectors for various target systems
ETL Flow

Not yet updated to didmos V2, didmos V1 is compatible with didmos V2
Pwd Synchronizer

Not yet updated to didmos V2, didmos V1 is compatible with didmos V2


How to get started

In addition to the source code repositories, there is also a dedicated 'compose'-repository which contains a development environment, build pipelines and deployment instructions. The general purpose version of didmos V2 is called didmos2-demo and its compose-repository is accessible here: https://gitlab.daasi.de/didmos2-demo/didmos2-demo-compose

In there you can find details on how to setup a development environment, which currently is only fully documented for Fedora operating systems.

Additionally, the deploy directory in the compose-repository contains information on how to run a demo version based on Docker and Docker Compose. This is the easiest way to setup a working environment based on our pre-built and published Docker images.




  • No labels