Skip to content

Custom Claim Missing in Console UI with custom_user_schema_uri Enabled #23800

@Manchiz

Description

@Manchiz

Description

Custom claim values do not appear in the Console user view when using a custom user schema URI (custom_user_schema_uri) defined under [scim2], even though the values are present in the SCIM 2.0 user API response.

Steps to Reproduce

  1. Configure a custom user schema URI in the deployment configuration: [1]
    [scim2]
    custom_user_schema_uri = "exampleschemaname"
    
  2. Add the custom attribute and allow it to create SCIM2 mapping accordingly.
  3. Enable the Display this attribute on the user’s profile setting.
  4. Open the user via the Console and update the claim value.
  5. Observe that the updated claim value does not appear in the Console UI, despite being correctly returned in the SCIM 2.0 user response.

[1]. custom_user_schema_uri

Version

7.0

Environment Details (with versions)

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions