keycloak-scim/testsuite/integration-arquillian/servers/app-server
Šimon Vacek 0205262c91
Workflow failure: Fuse adapter tests
Closes: #27021

Signed-off-by: Simon Vacek <simonvacky@email.cz>
2024-04-15 17:28:16 +02:00
..
app-server-spi Use a valid SemVer format for the SNAPSHOT version (#17334) 2023-03-03 11:11:44 +01:00
jboss Run SAML adapter tests with EAP 8 2023-11-28 14:07:44 +01:00
jetty Run Adapter tests with JavaEE support 2023-04-27 13:36:54 +02:00
karaf Workflow failure: Fuse adapter tests 2024-04-15 17:28:16 +02:00
tomcat Use Quarkus Platform BOM 2023-07-06 12:45:48 -03:00
undertow Undertow JakartaEE adapter in the testsuite 2023-04-27 13:36:54 +02:00
pom.xml Run adapters in a separate job on GitHub Actions (#26962) 2024-02-13 12:38:58 +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 - 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.

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