keycloak-scim/testsuite/integration-arquillian/test-apps/app-profile-jee
Stefan Guilhen 3409a0c840 Fixes SAML tests in testsuite
- adds dependency to saaj-impl in saml core public
- updates test apps' web.xml files to use jakarta namespaces
- small cleanup in main pom
- changes order of e-mail servers in testsuite pom to enforce usage of greenmail (changes order in Undertow's classpath)

Closes #16711
2023-04-27 13:36:54 +02:00
..
src/main Fixes SAML tests in testsuite 2023-04-27 13:36:54 +02:00
pom.xml Fix dependencies in testsuite, adapters and Quarkus module 2023-04-27 13:36:54 +02:00
README.md

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.