6df5ba0f1c
Base fixes: * [KEYCLOAK-17228] Upgrade Keycloak to Wildfly 23.0.0.Final / Wildfly Core 15.0.0.Final Other (related) fixes: * [KEYCLOAK-17477] Update org.wildfly.common to 1.5.4.Final * [KEYCLOAK-17478] Update wildfly-galleon-maven-plugin to 5.1.0.Final * [KEYCLOAK-17479] Keycloak Galleon Feature Pack: Adapter fails to build on top of Wildfly 23 * [KEYCLOAK-17482] Sync Wildfly 23 model changes to Keycloak * [KEYCLOAK-17508] Apply workaround for WFCORE-5335 * [KEYCLOAK-17231] Update org.keycloak.testsuite.metrics.MetricsRestServiceTest to work with org.wildfly.extension.health * [KEYCLOAK-17585] Fix Quarkus startup failure post applying Wildfly 23 upgrade changes * [KEYCLOAK-17583] Fix ConfigMigrationTest post applying Wildfly 23 model changes * [KEYCLOAK-17584] Fix ActionTokenCrossDCTest#sendResetPasswordEmailSuccessWorksInCrossDc test failure post applying Wildfly 23 upgrade changes Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com> |
||
---|---|---|
.. | ||
jboss | ||
quarkus | ||
services | ||
undertow | ||
pom.xml | ||
README.md |
Keycloak Arquillian Integration TestSuite - Test Servers - Auth Server
- Keycloak Arquillian Integration TestSuite
- Keycloak Arquillian Integration TestSuite - Test Servers
- Keycloak Arquillian Integration TestSuite - Test Servers - Auth Server
- Keycloak Arquillian Integration TestSuite - Test Servers - App Servers
Auth Server - JBoss
Common configurations of Keycloak server on JBoss-based container (Wildfly/EAP).
Submodules
wildfly
Wildfly latest
- Builds keycloak server on top of latest Wildfly.
- Activated by
-Pauth-server-wildfly
eap
EAP 7
- Builds keycloak server on top of latest EAP.
- Activated by
-Pauth-server-eap
- Requires access to product repo.
- Requires additional properties:
product.version
product.unpacked.folder.name
(optional; the default value is based on the POM versions)product
to activate the product profile; NOT required ifproduct.unpacked.folder.name
is specified
Server dist vs overlay
By default keycloak-server-dist
artifact is used for the build.
By setting -Dserver-overlay=true
you can switch to server overlay instead. See profile server-overlay
.
JPA
Configures Keycloak JDBC datasource in standalone.xml
. See profile jpa
.
Cluster
Configures in standalone-ha.xml
:
- h2 datasource over TCP (if not executed together with jpa)
- parameters of Keycloak Infinispan caches
See profile auth-server-cluster
.
Auth Server - Undertow
Arquillian extension for running Keycloak server in embedded Undertow.