keycloak-realm-operator
keycloak-realm-operator copied to clipboard
User additional attributes are not applied
Describe the bug
Create a realm with users and an additional attribute customer
as below
The realm is applied but the additional attribute is not applied to the created user
...
users:
- username: eot-user
enabled: true
emailVerified: true
firstName: EOT
lastName: User
email: [email protected]
attributes:
customer:
- "TST"
credentials:
- type: password
value: admin
realmRoles:
- default-roles-eot
requiredActions:
- UPDATE_PASSWORD
groups:
- "/device-management/devices-read"
Version
24.0.3
Expected behavior
The additional attribute should be mapped to the user
Actual behavior
Attribute is not mapped
How to Reproduce?
No response
Anything else?
No response