keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Martin Bartoš 76a6733f0a Replace PhantomJS by HtmlUnit
Closes #9979

Co-authored-by: Jon Koops <jonkoops@gmail.com>
Signed-off-by: Martin Bartoš <mabartos@redhat.com>
2024-05-29 11:17:57 +02:00
..
common Replace PhantomJS by HtmlUnit 2024-05-29 11:17:57 +02:00
quarkus Replace PhantomJS by HtmlUnit 2024-05-29 11:17:57 +02:00
services Do not lower-case the username from the IdP when creating the federated identity 2024-05-29 01:58:20 -03:00
undertow Can we remove undertow OIDC adapter? 2024-05-07 19:47:46 +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