keycloak-scim/testsuite/integration-arquillian/tests/other/sssd
Jon Koops df18629ffe
Use a default Java version from root POM (#29927)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-06-21 14:19:31 +02:00
..
src/test/java/org/keycloak/testsuite/sssd Make sure attribute metadata from user storage providers are added only for the provider associated with a federated user 2024-04-08 09:05:16 -03:00
pom.xml Use a default Java version from root POM (#29927) 2024-06-21 14:19:31 +02:00
README.md KEYCLOAK-18338 Fix update user account with configured SSSD 2021-11-02 08:42:07 +01:00

What is this module about?

This module contains integration tests for testing the SSSD features of Keycloak.

Prerequisites

To run tests inside this module, one needs to have a linux machine configured as an IPA client having SSSD service started with Infopipe support.

How does one run the tests?

All the commands are intended to be run from the root keycloak project directory.

First build the distribution of keycloak:

mvn clean install -B -DskipTests -Pdistribution

It may fail in the end, but it's not a problem as far as it creates a zip distribution of Keycloak inside distribution/server-dist/target.

Then build the integration-arquillian-servers-auth-server-wildfly artifact:

mvn clean install -B -Pauth-server-wildfly -f testsuite/integration-arquillian/servers/pom.xml

And then, finally, it's possible to run the tests:

mvn test -f testsuite/integration-arquillian/tests/other/sssd/ -Pauth-server-wildfly -Psssd-testing