keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Steven Hawkins 35b9d8aa49
task: remove usage of resteasy-core-spi (#27387)
closes: #27242

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2024-03-21 15:28:34 +01:00
..
common feature: add option for creating a global truststore (#24473) 2023-11-30 08:57:17 +01:00
quarkus Use AWS JDBC Wrapper in CI tests. Resolves #27123 2024-02-19 19:07:24 +01:00
services Map Store Removal: Remove obsolete KeycloakModelUtils.isUsernameCaseSensitive method 2024-03-02 04:40:46 +09:00
undertow task: remove usage of resteasy-core-spi (#27387) 2024-03-21 15:28:34 +01: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