website/integrations/documentation/glpi/index.md
GLPI (Gestionnaire Libre de Parc Informatique) is an open-source IT asset management and service desk software. It helps organizations manage hardware, software, tickets, users, and IT services in a centralized environment.
The following placeholders are used in this guide:
glpi.company is the FQDN of the GLPI installation.authentik.company is the FQDN of the authentik installation.:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
:::info By default, GLPI only offers OAuth authentication to subscribers. This guide describes how to integrate authentik with GLPI via SAML using the community plugin named samlSSO. :::
glpi/data/marketplace directory of your GLPI installation.+ symbol) next to the samlSSO plugin.Navigate to Setup > samlSSO.
Click the Add button and configure the following required settings:
authentikClick Save.
Open the authentik samlSSO instance, navigate to the Service Provider tab, and take note of the AcsUrl and sloURL. These values will be required in the next section.
To support the integration of GLPI with authentik, you need to create an application/provider pair in authentik.
Log in to authentik as an administrator and open the authentik Admin interface.
Navigate to Applications > Applications and click Create with Provider to create an application and provider pair. (Alternatively you can first create a provider separately, then create the application and connect it with the provider.)
Post.authentik default SAML Mapping: Email.Click Submit to save the new application and provider.
Log in to GLPI as an administrator and navigate to Setup > samlSSO.
Click on the authentik samlSSO instance and configure the following settings:
authentikhttps://authentik.company/application/saml/<application_slug>/sso/binding/redirect/.https://authentik.company/application/saml/<application_slug>/slo/binding/redirect/.Click Save to apply the changes.
It's possible to auto assign profiles and groups when a user is created in GLPI.
Yes, and then click Add.recursive=yes as an action, so that matched users have access to all entities.To confirm that authentik is properly configured with GLPI, log out and click the new authentik login button on the right side. You should be redirected to authentik and once authenticated, you will be signed in to GLPI.