keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Jon Koops a6e2ab5523 Remove jaxrs-oauth-client and OIDC servlet-filter adapters
Closes #28784

Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-04-26 15:56:57 +02:00
..
common feature: add option for creating a global truststore (#24473) 2023-11-30 08:57:17 +01:00
quarkus Make general cache options runtime (#28542) 2024-04-12 11:56:11 +02:00
services Support credentials issuance through oid4vci (#27931) 2024-04-22 11:37:55 +02:00
undertow Remove jaxrs-oauth-client and OIDC servlet-filter adapters 2024-04-26 15:56:57 +02:00
pom.xml Use a valid SemVer format for the SNAPSHOT version (#17334) 2023-03-03 11:11:44 +01:00
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