keycloak-scim/testsuite/integration-arquillian/servers
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
..
app-server KEYCLOAK-14103 Add Warn message for possibly missing SameSite configuration 2020-06-15 14:45:57 +02:00
auth-server KEYCLOAK-14536 Migrate UserModel fields to attributes 2020-06-25 14:50:57 +02:00
cache-server
migration
pom.xml KEYCLOAK-14103 Add Warn message for possibly missing SameSite configuration 2020-06-15 14:45:57 +02:00
README.md

Keycloak Arquillian Integration TestSuite - Test Servers

Test Servers

A set of modules that build test-server artifacts preconfigured for various test scenarios. The artifacts are used by the Arquillian TestSuite.

Auth Server

  • JBoss
    • Wildfly 10
    • EAP 7
  • Undertow

App Server

  • JBoss
    • JBossAS 7
    • Wildfly 8, 9, 10
    • EAP 6, 7
    • Relative (Wildfly 10 / EAP 7)
  • Tomcat
    • Tomcat 7, 8, 9

Load Balancer

  • Wildfly + mod_cluster