Introduction
didmos Core is at heart of the didmos suite. It contains several functions for the administration of access control and objects (i.e. users and groups). All of the functions use REST webservices to operate, these include creating, deleting, and changing objects. Didmos Core was written in Python. It deploys the pertinent standard SCIM-v2 and can even define individual endpoints if a certain function is not set up by default in SCIM.
Didmos Core was developed based on flexibility and extensibility. It is highly adaptable to meet any possible requirement. In case of particularly specific requirements, it is possible to implement completely new generic functions. This way, developers are always able to accommodate individual needs. Developers can rely on fully tested components to minimise the risk of errors. Lastly, didmos Core also allows for the integration of customised applications with their own respective webservice interfaces to realise various specialised functions.