keycloak-scim/testsuite/integration-arquillian/servers/auth-server
2023-10-16 19:10:52 +02:00
..
common Avoid iterating indefinetly when checking CRLs 2023-06-12 17:50:16 +02:00
quarkus Fix for Keycloak 22.0.1 unable to create user with long email address (#23109) 2023-09-11 08:56:13 +02:00
services Clean up created test user to avoid conflict with other tests 2023-10-16 19:10:52 +02:00
undertow Update dependencies 2023-04-27 13:36:54 +02:00
pom.xml Use a valid SemVer format for the SNAPSHOT version (#17334) 2023-03-03 11:11:44 +01:00
README.md Remove JBoss-based auth servers from the testsuite (#14317) 2022-09-30 09:41:57 +02:00

Keycloak Arquillian Integration TestSuite - Test Servers - Auth Server

Common directory

  • Contains all necessary files for all Auth servers

Auth Server Services

  • Contains usually test providers and its associated factories used in the testsuite

Auth servers

Undertow

  • Arquillian extension for running Keycloak server in embedded Undertow.
  • Activated by default, or explicitly by -Pauth-server-undertow

Quarkus

  • Builds keycloak server on top of used Quarkus with a particular version.
  • Activated by -Pauth-server-quarkus