keycloak-scim/testsuite/integration-arquillian/servers/auth-server
2022-12-20 21:03:55 +01:00
..
common Make Keycloak FIPS working with OpenJDK 17 on FIPS enabled RHEL 2022-12-20 21:03:55 +01:00
quarkus Make Keycloak FIPS working with OpenJDK 17 on FIPS enabled RHEL 2022-12-20 21:03:55 +01:00
services
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