keycloak-scim/testsuite/integration-arquillian/servers/auth-server
2023-09-11 08:56:13 +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 Fix authenticatorConfig for javascript providers 2023-07-31 19:28:25 +02:00
undertow
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