Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User additional attributes are not applied #21

Open
mohitmutha opened this issue Aug 18, 2024 · 0 comments
Open

User additional attributes are not applied #21

mohitmutha opened this issue Aug 18, 2024 · 0 comments

Comments

@mohitmutha
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant