keycloak-scim/testsuite/integration-arquillian/test-apps/app-profile-jee
Jon Koops 972ebb9650
Use a valid SemVer format for the SNAPSHOT version (#17334)
* Use a valid SemVer format for the SNAPSHOT version

* Update pom.xml

* Update pom.xml

---------

Co-authored-by: Stian Thorgersen <stianst@gmail.com>
Co-authored-by: Stian Thorgersen <stian@redhat.com>
2023-03-03 11:11:44 +01:00
..
src/main Still test failures with BCFIPS approved mode due the hardcoded keys 2023-01-26 15:50:29 +01:00
pom.xml Use a valid SemVer format for the SNAPSHOT version (#17334) 2023-03-03 11:11:44 +01: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.