keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Stian Thorgersen c3a98ae387
Use Argon2 as default password hashing algorithm (#28162)
Closes #28161

Signed-off-by: stianst <stianst@gmail.com>
2024-03-22 13:04:14 +00:00
..
common
quarkus Use AWS JDBC Wrapper in CI tests. Resolves #27123 2024-02-19 19:07:24 +01:00
services Use Argon2 as default password hashing algorithm (#28162) 2024-03-22 13:04:14 +00:00
undertow task: remove usage of resteasy-core-spi (#27387) 2024-03-21 15:28:34 +01: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