keycloak-scim/testsuite/integration-arquillian/servers/auth-server
mposolda c427e65354 Secondary factor bypass in step-up authentication
closes #34

Signed-off-by: mposolda <mposolda@gmail.com>
(cherry picked from commit e632c03ec4dbfbb7c74c65b0627027390b2e605d)
2024-04-19 14:43:53 +02:00
..
common feature: add option for creating a global truststore (#24473) 2023-11-30 08:57:17 +01:00
quarkus Make general cache options runtime (#28542) 2024-04-12 11:56:11 +02:00
services Secondary factor bypass in step-up authentication 2024-04-19 14:43:53 +02:00
undertow Hostname SPI v2 (#26345) 2024-04-09 11:25:19 +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