My Oracle Support Banner

Oracle Identity Governance (OIG): SCIM Filter Syntax For Multi-valued Attribute Is Not Supported In PATCH Operation As Per RFC 7644 (Doc ID 2999408.1)

Last updated on JANUARY 29, 2024

Applies to:

Identity Manager - Version 12.2.1.4.231030 and later
Information in this document applies to any platform.

Goal

As per RFC 7644 the expected syntax to filter a multi-valued attributefor example "work" within user attribute phoneNumbers would be

"phoneNumbers[type eq \”work\"].value", "value": "555-555-999"

Instead it needs to be added to value as array

"value": [{ "type": "work", "value": "555-555-999" }]

Why implementation is deviating here from RFC description?


However, OIG SCIM doc specifically says that CMVAs are not supported.

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.