GLPI
The GLPI connector allows data synchronization between GLPI and RAC/M Identity. To do this, the connector uses the GLPI Rest API.
Configuration
The following parameters are required regardless of the authentication method used:
Configuration | Description |
---|---|
API URL | The URL of the API to connect to. |
Authentication method | The authentication method to use for connecting to the API. Possible values are userToken and password . |
App token | The token used to connect to an instance of the API client. It can be found in Configuration -> General -> API. |
Other parameters are also required for the GLPI connector.
Authentication
Authentication can be done in two ways: with a user token or with a username and password.
Authentication with a user token is the recommended method. It is more secure than authentication with a username and password.
User Token
Configuration | Description |
---|---|
Authentication method | userToken |
Authentication token | The "userToken" obtained from My Preferences -> API Token. |
Username and Password
Note: This authentication method is not recommended. If possible, use a user token instead.
Configuration | Description |
---|---|
Authentication method | password |
Username | The username used to connect to the API. |
Password | The password used to connect to the API. |