keycloak-scim/testsuite/integration-arquillian/servers/app-server
nehachopra27 26de05fa44
Updating RestEasy for Jetty App Server (#13710)
Co-authored-by: nchopra <nchopra@redhat.com>
2022-08-16 11:20:24 +02:00
..
app-server-spi Set version to 999-SNAPSHOT (#10784) 2022-03-22 09:22:48 +01:00
jboss Remove legacy (non-Elytron) WildFly adapter (#11789) 2022-05-18 10:34:47 +02:00
jetty Updating RestEasy for Jetty App Server (#13710) 2022-08-16 11:20:24 +02:00
tomcat Upgrade Resteasy v4 2022-07-11 12:17:51 -03:00
undertow Upgrade Resteasy v4 2022-07-11 12:17:51 -03:00
pom.xml Remove Fuse adapters (#11740) 2022-05-02 09:55:52 +02:00
README.md Remove Tomcat 7 adapter 2022-02-28 07:50:36 +01: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

  • tomcat8 Tomcat 8
  • tomcat9 Tomcat 9