keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Giuseppe Graziano c76cbc94d8 Add sub via protocol mapper to access token
Closes #21185

Signed-off-by: Giuseppe Graziano <g.graziano94@gmail.com>
2024-04-10 10:40:42 +02:00
..
common feature: add option for creating a global truststore (#24473) 2023-11-30 08:57:17 +01:00
quarkus Hostname SPI v2 (#26345) 2024-04-09 11:25:19 +02:00
services Add sub via protocol mapper to access token 2024-04-10 10:40:42 +02:00
undertow Hostname SPI v2 (#26345) 2024-04-09 11:25:19 +02:00
pom.xml
README.md

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