keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Sebastian Schuster 030f42ec83
More efficient listing of assigned and available client role mappings
Closes #23404

Signed-off-by: Sebastian Schuster <sebastian.schuster@bosch.io>
Co-authored-by: Vlasta Ramik <vramik@users.noreply.github.com>
2023-11-22 14:10:11 +01:00
..
common Failing test X509OCSPResponderTest due expired certificate 2023-11-09 13:34:51 +01:00
quarkus Delete removed spi-events-store-jpa-max-detail-length property from keycloak.conf in testsuite 2023-11-13 08:34:09 +01:00
services More efficient listing of assigned and available client role mappings 2023-11-22 14:10:11 +01:00
undertow Update dependencies 2023-04-27 13:36:54 +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