keycloak-scim/project-integrations/README.md

345 B

Keycloak External Project Integrations

Everthing in this directory is examples related to integration with non-keycloak projects. Its a sandbox we use to test integrations with third-party projects

To deploy to AS7 run:

mvn clean install jboss-as:deploy

To deploy to WildFly run:

mvn -Pwildfly clean install wildfly:deploy