keycloak-scim/services/src
Martin Idel 05b6ef8327 KEYCLOAK-14536 Migrate UserModel fields to attributes
- In order to make lastName/firstName/email/username field
  configurable in profile
  we need to store it as an attribute
- Keep database as is for now (no impact on performance, schema)
- Keep field names and getters and setters (no impact on FTL files)

Fix tests with logic changes

- PolicyEvaluationTest: We need to take new user attributes into account
- UserTest: We need to take into account new user attributes

Potential impact on users:

- When subclassing UserModel, consistency issues may occur since one can
  now set e.g. username via setSingleAttribute also
- When using PolicyEvaluations, the number of attributes has changed
2020-06-25 14:50:57 +02:00
..
docs KEYCLOAK-4657 Sort out REST API for prod profile 2017-03-27 20:50:13 +02:00
main KEYCLOAK-14536 Migrate UserModel fields to attributes 2020-06-25 14:50:57 +02:00
test KEYCLOAK-14072 docker-compose.yaml file generated creates an invalid urls 2020-05-07 08:40:52 +02:00