keycloak-scim/testsuite/integration-arquillian/servers/app-server
2018-06-11 13:46:59 +02:00
..
jboss KEYCLOAK-7267 change a way how to install adapters in testsuite from online to offline scripts 2018-06-11 13:46:59 +02:00
karaf KEYCLOAK-7549 Update artifactId according to latest Fuse7 build (#5253) 2018-06-08 15:15:34 +02:00
tomcat Bump version to 4.0.0.Final (#5224) 2018-05-24 19:02:30 +02:00
pom.xml Bump version to 4.0.0.Final (#5224) 2018-05-24 19:02:30 +02:00
README.md removed adapter libs mode from testsuite 2016-06-24 13:32:03 +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

  • as7 JBossAS 7
  • wildfly8 Wildfly 8
  • wildfly9 Wildfly 9
  • wildfly Wildfly 10
  • 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 - Karaf

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

Modules

  • karaf3 Karaf 3
  • fuse61 JBoss Fuse 6.1
  • fuse62 JBoss Fuse 6.2

App Server - Tomcat

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

Modules

  • tomcat7 Tomcat 7
  • tomcat8 Tomcat 8