keycloak-scim/testsuite/integration-arquillian/servers/auth-server
2023-10-31 13:34:37 +01:00
..
common Avoid iterating indefinetly when checking CRLs 2023-06-12 17:50:16 +02:00
quarkus improvement: validates the expected values of non-cli properties (#23797) 2023-10-20 17:21:03 +00:00
services Fixes in LDAP tests when using AD 2023-10-31 13:34:37 +01:00
undertow Update dependencies 2023-04-27 13:36:54 +02:00
pom.xml
README.md

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