keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Thomas Darimont ab376d9101 Make required actions configurable (#28400)
- Add tests for crud operations on configurable required actions
- Add support exposing the required action configuration via RequiredActionContext
- Make configSaveError message reusable in other contexts
- Introduced admin-ui specific endpoint for retrieving required actions with config metadata

Fixes #28400

Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-05-23 08:38:36 +02:00
..
common Fix CRL verification failing due to client cert not being in chain (#29582) 2024-05-17 11:28:07 +02:00
quarkus Fix CRL verification failing due to client cert not being in chain (#29582) 2024-05-17 11:28:07 +02:00
services Make required actions configurable (#28400) 2024-05-23 08:38:36 +02:00
undertow Can we remove undertow OIDC adapter? 2024-05-07 19:47:46 +02:00
pom.xml Use a valid SemVer format for the SNAPSHOT version (#17334) 2023-03-03 11:11:44 +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