keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Stian Thorgersen f82577a7f3
Removed old account console (#21098)
Co-authored-by: Jon Koops <jonkoops@gmail.com>

Closes #9864
2023-06-20 20:46:57 +02:00
..
common Avoid iterating indefinetly when checking CRLs 2023-06-12 17:50:16 +02:00
quarkus Keystore vault (#19644) 2023-05-24 16:20:30 +00:00
services Removed old account console (#21098) 2023-06-20 20:46:57 +02:00
undertow Update dependencies 2023-04-27 13:36:54 +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