keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Martin Kanis 51fd133f05 [Keycloak CI] - User Federation Tests - fixing AD tests
Closes #33231

Signed-off-by: Martin Kanis <mkanis@redhat.com>
2024-10-02 16:02:55 -03:00
..
common Support for vault and AES and HMAC algorithms to JavaKeystoreKeyProvider 2024-07-11 12:40:45 +02:00
quarkus Upgrade BCFIPS to 2.0 2024-09-26 06:52:21 +02:00
services [Keycloak CI] - User Federation Tests - fixing AD tests 2024-10-02 16:02:55 -03:00
undertow Remove legacy cookies 2024-08-15 15:27:38 +02: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