keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Stian Thorgersen a5670af745
Keycloak CI workflow refactoring (#15968)
* Keycloak CI workflow refactoring

Closes #15861

* Update testsuite/integration-arquillian/tests/base/testsuites/base-suite.sh

Co-authored-by: Hynek Mlnařík <hmlnarik@users.noreply.github.com>

* Update testsuite/integration-arquillian/tests/base/testsuites/suite.sh

Co-authored-by: Hynek Mlnařík <hmlnarik@users.noreply.github.com>

* Update testsuite/integration-arquillian/tests/base/testsuites/suite.sh

Co-authored-by: Hynek Mlnařík <hmlnarik@users.noreply.github.com>

* Update CodeQL actions

Co-authored-by: Hynek Mlnařík <hmlnarik@users.noreply.github.com>
2022-12-14 16:12:23 +01:00
..
common Support for KcReg and KcAdm CLI to use BCFIPS instead of BC on FIPS platforms 2022-12-06 13:02:46 +01:00
quarkus Support for KcReg and KcAdm CLI to use BCFIPS instead of BC on FIPS platforms 2022-12-06 13:02:46 +01:00
services Keycloak CI workflow refactoring (#15968) 2022-12-14 16:12:23 +01:00
undertow Remove JBoss-based auth servers from the testsuite (#14317) 2022-09-30 09:41:57 +02:00
pom.xml Keycloak CI workflow refactoring (#15968) 2022-12-14 16:12:23 +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 - 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