keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Jon Koops 228c21a7a0
Allow Keycloak JS to be initialized without passing options (#33950)
Closes #8935

Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-10-15 17:46:15 +02:00
..
common
quarkus Upgrade BCFIPS to 2.0 2024-09-26 06:52:21 +02:00
services Allow Keycloak JS to be initialized without passing options (#33950) 2024-10-15 17:46:15 +02:00
undertow Remove legacy cookies 2024-08-15 15:27:38 +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