Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devel:documentation:modules [2024/06/19 13:51]
koulaj
devel:documentation:modules [2024/06/24 07:58] (current)
stekld [Table]
Line 7: Line 7:
 Except basic application modules, there are other complementary modules available. Except basic application modules, there are other complementary modules available.
  
-^Basic application modules  ^description  ^documentation  ^license  ^available  | +^ Basic application modules  ^ description                                                                                                       ^ documentation                                                  ^ license  ^ available  ^ 
-|core  |Application core - basic services, entities and REST interface  |[[.:start|]]  |MIT  |for free  +| core                       | Application core - basic services, entities and REST interface                                                    | [[.:start|]]                                                   | MIT      | for free   
-|acc  |user account management    |MIT  |for free  +| acc                        | user account management                                                                                                                                                          | MIT      | for free   
-|ic  |Connectors for the communication with other systems. At the time mainly ConnId project connectors are supported.  |[[.:systems:dev:ic-connectors|]]  |MIT  |for free  +| ic                         | Connectors for the communication with other systems. At the time mainly ConnId project connectors are supported.  | [[.:systems:dev:ic-connectors|]]                               | MIT      | for free   
-|example  |Example module, servers for new developers as example    |MIT  |for free  +| example                    | Example module, servers for new developers as example                                                                                                                            | MIT      | for free   
-|vs  |Virtual systems - manage accounts on systems via tasks  |[[.:modules_vs|Modules - Virtual systems [vs]]]  |MIT  |for free  +| vs                         | Virtual systems - manage accounts on systems via tasks                                                            | [[.:modules_vs|Modules - Virtual systems [vs]]]                | MIT      | for free   
-|rpt  |Reports module. Interfaces for creating new reporst  |[[.:modules_rpt|Modules - Reports [rpt]]]  |MIT  |for free  +| rpt                        | Reports module. Interfaces for creating new reporst                                                               | [[.:modules_rpt|Modules - Reports [rpt]]]                      | MIT      | for free   
-|extras  |Contains various features, which are not suited to be in any other module  |[[.:modules_extras|]]  |MIT  |for free  +| extras                     | Contains various features, which are not suited to be in any other module                                         | [[.:modules_extras|]]                                          | MIT      | for free   
-^Complementary modules  ^description  ^documentation  ^license  ^available  | +^ Complementary modules      ^ description                                                                                                       ^ documentation                                                  ^ license  ^ available  ^ 
-|reg  |Users registration to CzechIdM via web GUI  |[[.:modules_reg|Modules - User registration [reg]]]    |paid  +| reg                        | Users registration to CzechIdM via web GUI                                                                        | [[.:modules_reg|Modules - User registration [reg]]]                     | paid       
-|ca  |Internal certificate authority with RESTful API (deprecated - use crt instead)  |[[.:modules_ca|Modules - Certificate authority [ca]]]    |paid  +| ca                         | Internal certificate authority with RESTful API (deprecated - use crt instead)                                    | [[.:modules_ca|Modules - Certificate authority [ca]]]                   | paid       
-|openam  |OpenAM user authentication, user data exchange  |[[.:modules_openam|Modules - OpenAM authentication [openam]]]   |paid  +| openam                     | OpenAM user authentication, user data exchange                                                                    | [[.:modules_openam|Modules - OpenAM authentication [openam]]]          | paid       
-|pwd-reset  |Password reset module. User can reset lost password via email link  |[[.:modules_pwd|Modules - Password reset [pwd-reset]]]    |paid  +| pwd-reset                  | Password reset module. User can reset lost password via email link                                                | [[.:modules_pwd|Modules - Password reset [pwd-reset]]]                  | paid       
-|reports  |Reports module. Admins can prepare a report of users or roles and download it  |[[.:modules_reports|Modules - Implemented reports [reports]]]   |paid  +| reports                    | Reports module. Admins can prepare a report of users or roles and download it                                     | [[.:modules_reports|Modules - Implemented reports [reports]]]          | paid       
-|crt  |Managing of certificates and certificate authorities  |[[.:modules_crt|Modules - Certificates [crt]]]    |paid  +| crt                        | Managing of certificates and certificate authorities                                                              | [[.:modules_crt|Modules - Certificates [crt]]]                          | paid       
-|sms  |Sms gateway module with implementation of some gateways  |[[.:modules_sms|Modules - SMS [sms]]]    |paid  +| sms                        | Sms gateway module with implementation of some gateways                                                           | [[.:modules_sms|Modules - SMS [sms]]]                                   | paid       
-|lic  |PREPARING - License and hardware overview. Create list and assign to users  |PREPARING    |paid  +| lic                        | PREPARING - License and hardware overview. Create list and assign to users                                        | PREPARING                                                               | paid       
-|pwd-sync  |AD Domain Password synchronization to IdM (ctrl+alt+del)  |TODO    |paid  +| pwd-sync                   | AD Domain Password synchronization to IdM (ctrl+alt+del)                                                          | TODO                                                                    | paid       
-^Future modules  ^description  ^documentation  ^license  ^available  | +^ Future modules             ^ description                                                                                                       ^ documentation                                                  ^ license  ^ available  ^ 
-|ms-teams-module|Managing Microsoft Teams  |[[.:modules_ms_teams|Modules - MS Teams]]    |paid  +| ms-teams-module            | Managing Microsoft Teams                                                                                          | [[.:modules_ms_teams|Modules - MS Teams]]                               | paid       
-|ms-spo-module|Managing Microsoft SharePoint Online sites  |[[.:modules_ms_spo|Modules - MS SharePoint Online]]    |paid  +| ms-spo-module              | Managing Microsoft SharePoint Online sites                                                                        | [[.:modules_ms_spo|Modules - MS SharePoint Online]]                     | paid       
-|ms-exo-module|Managing Microsoft Exchange Online  |[[.:modules_ms_exo|Modules - MS Exchange Online]]    |paid  |+| ms-exo-module              | Managing Microsoft Exchange Online                                                                                | [[.:modules_ms_exo|Modules - MS Exchange Online]]                       | paid       | 
 +| gdpr                       | Archives or deletes users from IdM                                                                                | [[:devel:documentation:modules_gdpr|Modules - GDPR]]                    |            |
  
 In CzechIdM modules can be switched on and off in GUI. In CzechIdM modules can be switched on and off in GUI.
  • by koulaj