keycloak-scim/testsuite/integration-arquillian/servers/auth-server
Justin Tay f537343545 Allow empty key use in JWKS from identity provider
Closes #31823

Signed-off-by: Justin Tay <49700559+justin-tay@users.noreply.github.com>
2024-08-02 11:39:43 +02:00
..
common Support for vault and AES and HMAC algorithms to JavaKeystoreKeyProvider 2024-07-11 12:40:45 +02:00
quarkus Remove Oracle JDBC driver out of the box (#29895) 2024-05-31 17:21:19 +00:00
services Allow empty key use in JWKS from identity provider 2024-08-02 11:39:43 +02:00
undertow Can we remove undertow OIDC adapter? 2024-05-07 19:47:46 +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