community.general icon indicating copy to clipboard operation
community.general copied to clipboard

Community.General should support Keycloak 24 new Realm setting 'unmanagedAttributePolicy'

Open vladimir-kouznetsov opened this issue 1 month ago • 1 comments

Summary

Becase right now it is NOT possible to change Keycloak setting 'unmanagedAttributePolicy', which appeared in Keycloak 24 Realm configuration. This ('unmanagedAttributePolicy') Is an important Realm configuration property, but it can't be changed by Community.General now.

See Keycloak documentation : https://www.keycloak.org/docs/latest/upgrading/index.html#user-profile-changes https://www.keycloak.org/docs/latest/server_admin/#_understanding-managed-and-unmanaged-attributes https://www.keycloak.org/docs/latest/server_admin/#_user-profile-json-configuration

Also here is Terraform Keycloak fixed the same issue of new 'unmanagedAttributePolicy' : https://github.com/mrparkers/terraform-provider-keycloak/issues/946

Issue Type

Bug Report

Component Name

Keycloak

Ansible Version

the latest

Community.general Version

the latest

Configuration

not relevant

OS / Environment

not relevant

Steps to Reproduce

there is simply no way to change Keycloak 24 (new) 'unmanagedAttributePolicy' because it is NOT exposed

Expected Results

able to change Keycloak 24 (new) 'unmanagedAttributePolicy'

Actual Results

not relevant

Code of Conduct

  • [X] I agree to follow the Ansible Code of Conduct

vladimir-kouznetsov avatar Jul 02 '24 12:07 vladimir-kouznetsov