keycloak-scim/testsuite/integration-arquillian/servers/app-server/README.md
Douglas Palmer 8d4d5c1c54 Remove redundant servers from the testsuite
Closes #29089

Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
2024-04-30 17:39:32 +02:00

29 lines
990 B
Markdown

# Keycloak Arquillian Integration TestSuite - Test Servers - App Servers
- [Keycloak Arquillian Integration TestSuite](../../README.md)
- [Keycloak Arquillian Integration TestSuite - Test Servers](../README.md)
- [Keycloak Arquillian Integration TestSuite - Test Servers - Auth Server](../auth-server/README.md)
- 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`.