keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Peter Zaoral 72b238fb48
Keystore vault (#19644)
* KeystoreVault SPI

* added KeystoreVault - a Vault SPI implementation (#19281)

Closes #17252

Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
2023-05-24 16:20:30 +00:00
..
common Keystore vault (#19644) 2023-05-24 16:20:30 +00:00
quarkus Keystore vault (#19644) 2023-05-24 16:20:30 +00:00
services Fix event tests 2023-05-23 20:53:30 +02:00
undertow Update dependencies 2023-04-27 13:36:54 +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