New Silver Partner in Romania: European Business Machines SRL

Congratulations ! We are happy to announce our new Silver GLPI Network partner in Romania: European Business Machines SRL

The services offered by EBM SRL:

  • Hardware and software implementation
  • Communication solutions
  • Network design and implementation
  • Licensing Solutions
  • Security Solutions
  • IT maintenance services (remote and on-site)
  • IT consulting services

Website: https://bit.ly/3ugRXad

We are excited that GLPI ITSM solution is becoming more and more represented all over the world and GLPI Network (our support offer for on-premises – get your IT Infrastructure secured) subscription service will be available for more customers through our new partners.

Our large partnership network is always open for new collaborations. If you are interested in representing one of our products in your country, get in touch with us: https://glpi-project.org/contact_us/

Being a partner means:

  • Having an a direct access to the Teclib´s tech expertise;
  • Get special discounts;
  • Access official support,
  • Many other tools which will help you to gain more customers and increase reputation on the market by adding open source ITSM to your portfolio.

Discover all benefits of being a partner here: https://glpi-project.org/partners/

GLPI Release 10.0.12

A new GLPI version is available.

This release fixes a few security issues that have been recently discovered. Update is recommended!

You can download the GLPI 10.0.12 archive on GitHub.

You will find below the list of security issues fixed in this bugfixes version:

  • Reflected XSS in reports pages (CVE-TODO)
  • LDAP Injection during authentication (CVE-2023-51446)

Also, here is a short list of main changes done in this version:

  • Regression with entity selector missing cache invalidation
  • Better handling of connection issues during LDAP synchronization
  • The entity selector get significant reduction of load time in some cases

The full changelog is available for more details.

We would like to thank all people who contributed to this new version and all those who contributes regularly to the GLPI project!

Regards.

New Silver Partner in Paraguay: Bypar S.A

Congratulations! We are pleased to announce our new GLPI Network Silver Partner in Paraguay: Bypar S.A

Bypar S.A.Founded in 2017, Bypar S.A has quickly carved out its place in the business solutions space. Its competence covers various areas and has highly experienced professionals in the areas of:

  • Consulting,
  • Technical assistance,
  • Computer maintenance,
  • Implementation of systems and equipment,

As well as development of web/Android applications and Internet services. Welcome Bypar!

Website: https://bit.ly/496g0aS

We are excited that GLPI ITSM solution is becoming more and more represented all over the world and GLPI Network (our support offer for on-premises – get your IT Infrastructure secured) subscription service will be available for more customers through our new partners.

Our large partnership network is always open for new collaborations. If you are interested in representing one of our products in your country, get in touch with us: https://glpi-project.org/contact_us/

Being a partner means:

  • Having an a direct access to the Teclib´s tech expertise;
  • Get special discounts;
  • Access official support,
  • Many other tools which will help you to gain more customers and increase reputation on the market by adding open source ITSM to your portfolio.

Discover all benefits of being a partner here: https://glpi-project.org/partners/

Webinar by our partner Gold Omnicom – “Service request management supported by GLPI”

We invite you to join this free webinar presented by our Gold partner in Slovakia – OMNICOM, the subject will be “Service request management supported by GLPI

On February 1, 2024 from 10:00 a.m. to 10:45 a.m. presented by Miroslav Hlohovsky CEO, Head of Digital at OMNICOM.

Discover the agenda!

  • Introduction;
  • Overview of GLPI;
  • Service Request Management;
  • GLPI Implementation;
  • GLPI Best Practices;
  • Case Studies;
  • Q&A.

Join their webinar “Service Request Management with GLPI”. Explore GLPI’s capabilities for streamlined service requests. Don’t miss this opportunity to improve your understanding and improve the management of your service requests.

Register for the Webinar!

How to provision and authenticate GLPI users with Azure AD using SCIM and Oauth SSO

In the fast-paced world of technology, managing user identities across multiple platforms can be a daunting task. Imagine a typical day at work, where you’re juggling access to a myriad of systems – from email and intranet to various tools like GLPI, ERP, and CRM. Each time your role changes, or you update your profile – or some other user’s does on theirs – someone from the IT department is burdened with the tedious task of manually updating these details in every system. Not to mention the need of managing multiple passwords for the vast diversity of systems you use on a daily basis. This method is not only time-consuming but also riddled with potential errors.

Now, think of SCIM – or System for Cross-domain Identity Management – as a versatile “translator”, a proactive “messenger”, or an efficient “negotiator” in the digital realm, that streamlines communication between different systems. Instead of someone having to manually go to each system to update your information, SCIM automates this process. When there’s a change in a user’s information, SCIM automatically spreads these updates to all connected systems.

So, SCIM helps companies to efficiently manage user identity information across various systems, saving time, reducing errors, and enhancing security. It’s like having an assistant ensuring that all your information is consistent everywhere, without the need for constant manual intervention.

 

The SCIM Plugin is different from OAuth

It’s common to mistake OAuth capabilities for data synchronization, especially in GLPI instances and User and Groups Directories. While OAuth does provide centralized and secure access permissions, SCIM and OAuth serve distinct purposes, despite their apparent similarities.

Both plugins, when integrated with other credential systems, facilitate access without risking exposure to LDAP infrastructures or complex VPN setups — a critical advantage, mainly for GLPI Cloud Network users connected to Azure Active Directory (Microsoft Entra ID).

SCIM plugin simplifies the management of user information, and depending on the provider, also credentials. Attributes like name, email, roles, and contact information are part of its scope of management and synchronization. It standardizes the way identity information is exchanged between identity providers and service providers without excessive exposition of applications and using secured and trackable API channels between services.

One great use case is to have users using their Azure Active Directory (Microsoft Entra ID) information on a GLPI instance. In addition to OAuthSSO plugin, the credentials are also the same — and the users don’t need to authenticate again if they are already connected to their browsers.

For GLPI Cloud Network customers and those with a GLPI Network Basic (or higher) subscription in an on-premises environment, these plugins offer an unprecedented level of convenience and security in identity management.

Useful links

SCIM plugin for GLPI

How to set up the SCIM plugin with Azure Portal

How to set up the SCIM plugin with Okta

OAuthSSO Plugin for GLPI

How to set up the OAuth plugin to log in to GLPI using Microsoft 365 credentials