springboot-keycloak-openldap icon indicating copy to clipboard operation
springboot-keycloak-openldap copied to clipboard

The goal of this project is to create a simple Spring Boot REST API, called simple-service, and secure it with Keycloak. Furthermore, the API users will be loaded into Keycloak from OpenLDAP server.

Results 1 springboot-keycloak-openldap issues
Sort by recently updated
recently updated
newest added

Starting the application with `./mvnw clean spring-boot:run --projects simple-service -Dspring-boot.run.jvmArguments="-Dserver.port=9080"` downloads the dependencies but ends with the following error: ```bash [ERROR] Unknown lifecycle phase ".run.jvmArguments=-Dserver.port=9080". You must specify a valid...