keycloak-scim/testsuite/integration-arquillian/servers/app-server
Jan Lieskovsky 6df5ba0f1c [KEYCLOAK-17227] Wildfly 23 upgrade
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>
2021-04-29 12:36:03 +02:00
..
app-server-spi Set version to 13.0.0-SNAPSHOT 2020-12-16 17:31:55 +01:00
jboss [KEYCLOAK-17227] Wildfly 23 upgrade 2021-04-29 12:36:03 +02:00
jetty Set version to 13.0.0-SNAPSHOT 2020-12-16 17:31:55 +01:00
karaf Set version to 13.0.0-SNAPSHOT 2020-12-16 17:31:55 +01:00
tomcat Set version to 13.0.0-SNAPSHOT 2020-12-16 17:31:55 +01:00
undertow Set version to 13.0.0-SNAPSHOT 2020-12-16 17:31:55 +01:00
pom.xml Set version to 13.0.0-SNAPSHOT 2020-12-16 17:31:55 +01:00
README.md KEYCLOAK-10004 refactor fuse adapter tests 2019-04-16 10:11:27 +02:00

Keycloak Arquillian Integration TestSuite - Test Servers - App Servers

App Server - JBoss

JBoss-based container with installed and configured Keycloak adapter.

Submodules are enabled with profiles: -Papp-server-MODULE

Modules

  • wildfly9 Wildfly 9
  • wildfly10 Wildfly 10
  • wildfly Wildfly 11
  • eap6 EAP 6 Requires access to EAP product repo, or setting -Deap6.version to public EAP 6 Alpha.
  • eap EAP 7 Requires access to EAP product repo.
  • relative Activate with -Papp-server-relative.
  • wildfly Relative Wildfly 10 Based on auth-server/jboss/wildfly. Activate with -Pauth-server-wildfly.
  • eap Relative EAP 7 Based on auth-server/jboss/eap. Activate with -Pauth-server-eap.

Adapter Configs Location

  • Provided (in standalone.xml as secure-deployment) WIP
  • Bundled (in war) - Default.

SSL

Configures SSL in standalone.xml. See profile ssl.

App Server - Tomcat

Submodules are enabled with profiles: -Papp-server-MODULE

Modules

  • tomcat7 Tomcat 7
  • tomcat8 Tomcat 8
  • tomcat9 Tomcat 9