keycloak-scim/testsuite/integration-arquillian/servers/auth-server
rmartinc f91ac2970d
Polish fips-mode switch for preview (#17228)
* Polish fips-mode switch for preview
Closes #17208 #17210 


Co-authored-by: mposolda <mposolda@gmail.com>
2023-02-22 12:12:52 +01:00
..
common Doublecheck if we need to override properties in java.security 2023-02-15 12:33:48 +01:00
quarkus Polish fips-mode switch for preview (#17228) 2023-02-22 12:12:52 +01:00
services lastSync value into COMPONENT_CONFIG is always updated 2023-02-16 17:48:49 +01:00
undertow Move transaction processing into session close 2023-01-05 16:12:32 +01: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