keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Stian Thorgersen 97ae90de88
Remove Red Hat Single Sign-On product profile from upstream (#14697)
* Remove Red Hat Single Sign-On product profile from upstream

Closes #14916

* review suggestions: Remove Red Hat Single Sign-On product profile from upstream

Closes #14916

Co-authored-by: Peter Skopek <pskopek@redhat.com>
2022-10-18 14:43:04 +02:00
..
common Initial integration tests with BCFIPS distribution (#14895) 2022-10-17 23:33:22 +02:00
quarkus Initial integration tests with BCFIPS distribution (#14895) 2022-10-17 23:33:22 +02:00
services Remove Red Hat Single Sign-On product profile from upstream (#14697) 2022-10-18 14:43:04 +02:00
undertow Remove JBoss-based auth servers from the testsuite (#14317) 2022-09-30 09:41:57 +02:00
pom.xml Remove JBoss-based auth servers from the testsuite (#14317) 2022-09-30 09:41:57 +02: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 - Auth Server

Common directory

  • Contains all necessary files for all Auth servers

Auth Server Services

  • Contains usually test providers and its associated factories used in the testsuite

Auth servers

Undertow

  • Arquillian extension for running Keycloak server in embedded Undertow.
  • Activated by default, or explicitly by -Pauth-server-undertow

Quarkus

  • Builds keycloak server on top of used Quarkus with a particular version.
  • Activated by -Pauth-server-quarkus