---
title: Changelog
description: The following is the change history for the SCIM Provisioner.
component: scim
page_id: scim:release_notes:pf_scim_connector_changelog
canonical_url: https://docs.pingidentity.com/integrations/scim/release_notes/pf_scim_connector_changelog.html
revdate: August 14, 2025
section_ids:
  scim-provisioner-1-9-0-1-august-2025: SCIM Provisioner 1.9.0.1 - August 2025
  scim-provisioner-1-6-june-2024: SCIM Provisioner 1.6 – June 2024
  scim-provisioner-1-5-2-september-2023: SCIM Provisioner 1.5.2 – September 2023
  scim-provisioner-1-5-december-2022: SCIM Provisioner 1.5 – December 2022
  scim-provisioner-1-4-2-august-2021: SCIM Provisioner 1.4.2 – August 2021
  scim-provisioner-1-4-december-2020: SCIM Provisioner 1.4 – December 2020
  scim-provisioner-1-3-march-2020: SCIM Provisioner 1.3 – March 2020
  scim-provisioner-1-2-march-2019: SCIM Provisioner 1.2 – March 2019
  scim-provisioner-1-1-july-2018: SCIM Provisioner 1.1 – July 2018
  scim-provisioner-1-0-october-2017: SCIM Provisioner 1.0 – October 2017
---

# Changelog

The following is the change history for the SCIM Provisioner.

## SCIM Provisioner 1.9.0.1 - August 2025

* Added support for using custom schema URNs.

## SCIM Provisioner 1.6 – June 2024

* Added the ability to request specific OAuth scopes to the OAuth 2 client credentials authentication method. Learn more in [SCIM provisioner settings reference](../setup/pf_scim_connector_scim_connector_settings_reference.html).

* Fixed an issue that caused a JSON parsing error if non-standard fields were present in the SCIM 2.0 `Enterprise User Schema Extension`.

## SCIM Provisioner 1.5.2 – September 2023

* Fixed an issue with `type` sub-attribute case sensitivity that caused a `NullPointerException` error. `Type` sub-attribute values for phone numbers and photos are now case insensitive.

## SCIM Provisioner 1.5 – December 2022

* Added support for user custom attributes for SCIM 2.0.

* Added `homeEmail` and `otherEmail` attributes.

## SCIM Provisioner 1.4.2 – August 2021

* Fixed an issue that caused the **Check Connection** function to fail when correct credentials were provided.

* Fixed an issue that caused a `NullPointerException` error when the `photo` attribute was empty.

## SCIM Provisioner 1.4 – December 2020

* Added support for the PATCH method for group updates. Learn more in the [SCIM provisioner settings reference](../setup/pf_scim_connector_scim_connector_settings_reference.html).

* Improved backward compatibility for SCIM 1.1 headers.

* Fixed an issue that could cause the provisioner to parse groups incorrectly.

## SCIM Provisioner 1.3 – March 2020

* Added support for the `application/scim+json` HTTP header type.

* Improved support for services that limit the number of groups that can be retrieved per request by adding a **Results Per Page** field in the connection configuration.

* Improved the **SCIM URL** field in the connection configuration to work regardless of whether a trailing slash (`/`) is included in the URL.

* Fixed an issue that caused connection tests to return a success when the wrong credentials were used.

* Fixed an issue that caused groups to be serialized incorrectly.

## SCIM Provisioner 1.2 – March 2019

* Added configuration options for the Unique User Identifier.

* Improved error handling and reporting for cases where users in the target application do not have an ID.

## SCIM Provisioner 1.1 – July 2018

* Added the option to provision groups with common name (CN) or distinguished name (DN).

* Fixed an issue where SCIM v2 requests included SCIM v1.1 schema URN's.

* Fixed a compatibility issue when multiple SCIM SaaS connectors are deployed.

* Fixed an issue where the NO\_CONTENT HTTP response code was not being handled.

* Fixed an issue where the SERVER\_ERROR HTTP response code was not being handled.

* Fixed an issue where the user's active status was not updated correctly on update requests.

* Fixed an issue where SCIM v2 errors descriptions were not logged correctly.

* Fixed an issue where an empty return body on a user PUT would cause a JSON parse exception.

## SCIM Provisioner 1.0 – October 2017

* Initial release.

* Added support for user provisioning.

* Added support for group provisioning.

* Added support for adding users to groups.

* Added support for SCIM core and enterprise attributes.

* Added support for basic authentication, OAuth 2 bearer token and OAuth 2 client credentials authentication.

* Added support for SCIM overrides (Filter expression, authorization header type, users API path, groups API path).

* Added configuration options for CRUD capabilities.

* Added configuration options for provisioning disabled users.

* Added configuration options for deprovisioning actions.
