keycloak-scim/testsuite/integration-arquillian/servers/auth-server
rmartinc b60621d819 Allow brute force to have http request/response and send emails
Closes #29542

Signed-off-by: rmartinc <rmartinc@redhat.com>
2024-09-11 08:35:03 +02:00
..
common
quarkus Management Interface is turned on even though nothing is exposed on it (#31938) 2024-08-19 15:52:59 +02:00
services Allow brute force to have http request/response and send emails 2024-09-11 08:35:03 +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