keycloak-scim/testsuite/integration-arquillian/test-apps/app-profile-jee
Martin Bartoš 952faed4c9 Run Adapter tests with JavaEE support
---
Quarkus3 branch sync no. 9 (10.3.2023)
Resolved conflicts:
keycloak/.github/actions/build-keycloak/action.yml - Modified
2023-04-27 13:36:54 +02:00
..
src/main Run Adapter tests with JavaEE support 2023-04-27 13:36:54 +02:00
pom.xml Run Adapter tests with JavaEE support 2023-04-27 13:36:54 +02:00
README.md Updated performance tests. Added app-profile-jee test application (from qs) to the testsuite. 2016-11-23 15:52:38 +01:00

You need to create a client in Keycloak. The configuration options when creating the client should be:

  • Client ID: You choose
  • Access Type: confidential
  • Root URL: Root URL for where you're hosting the application (for example http://localhost:8080)
  • Valie Redirect URIs: /app-profile-jee/*
  • Base URL: /app-profile-jee/
  • Admin URL: /app-profile-jee/

Then, build the WAR with Maven and install as per the Adapter configuration for your server as described in the Keycloak documentation.