spring-boot-web-application-sample VS springboot-keycloak-openldap

Compare spring-boot-web-application-sample vs springboot-keycloak-openldap and see what are their differences.

springboot-keycloak-openldap

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. (by ivangfr)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
spring-boot-web-application-sample springboot-keycloak-openldap
4 2
244 134
- -
7.5 5.9
about 2 months ago 4 days ago
Java Java
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

spring-boot-web-application-sample

Posts with mentions or reviews of spring-boot-web-application-sample. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-19.
  • Any examples of a well designed Java web backend?
    51 projects | /r/java | 19 Nov 2022
    This is my filtered list of open-source projects that I use for learning: https://github.com/codurance/academy-walking-skeleton/blob/main/simpleWebservice/src/main/java/com/kata/SimpleWebservice/UserRepository.java https://github.com/bwajtr/java-persistence-frameworks-comparison https://github.com/thombergs/code-examples/tree/master/spring-boot/spring-boot-testing https://github.com/codurance/all-aboard-backend https://github.com/codurance/gandalf https://github.com/codurance/hotel-kata-boot https://github.com/codurance/hotel-kata-monolith https://github.com/codurance/hotel-kata-raw https://github.com/codurance/mementor https://github.com/codurance/pouch https://github.com/codurance/Retropolis-BE https://github.com/codurance/SalarySlipKata https://github.com/codurance/sessionize https://github.com/codurance/task-list https://github.com/ddd-by-examples/factory https://github.com/doctore/Spring5Microservices https://github.com/eventuate-examples/eventuate-examples-java-customers-and-orders https://github.com/gitpushforcemain/nerdy-jokes-app https://github.com/gothinkster/spring-boot-realworld-example-app https://github.com/gtiwari333/spring-boot-web-application-sample https://github.com/hamvocke/spring-testing https://github.com/hmcts/spring-boot-template https://github.com/IBM/template-java-spring https://github.com/isd-soft https://github.com/jitterted/mobreg https://github.com/jref/covid-19-demo https://github.com/jref/vaccination-start https://github.com/lpalma/merlin https://github.com/mechero/full-reactive-stack https://github.com/mohamed-taman/Springy-Store-Microservices https://github.com/nelkinda https://github.com/OlgaMaciaszek/spring-cloud-netflix-demo https://github.com/pavelfomin/spring-boot-rest-example https://github.com/PravSonawane/fakes-over-mocks https://github.com/remal/java-tools https://github.com/remal/oss-template-java-gradle https://github.com/pavelfomin/resume/blob/master/resume.html.pdf https://github.com/richardjwild/how-to-java https://github.com/rieckpil/java-testing-ecosystem https://github.com/rieckpil/testing-spring-boot-applications-masterclass https://spring.io/guides https://www.javaguides.net/2022/03/spring-boot-unit-testing-service-layer.html?spref=tw https://github.com/spring-petclinic https://github.com/stratospheric-dev/stratospheric https://github.com/tericcabrel/spring-user-management https://github.com/thombergs/buckpal https://github.com/Throyer/springboot-api-rest-example https://github.com/TomSpencerLondon/Quiz https://github.com/vladmihalcea/high-performance-java-persistence https://github.com/Vukan-Markovic/Distributed-information-systems https://github.com/yacekmm/testingDemo https://github.com/kamaruzzaman https://github.com/evrentan?tab=repositories https://github.com/ConstantinKV/demo-sca-provider https://github.com/sqshq/piggymetrics https://github.com/ESchouten/CleanArchitecture https://github.com/CodelyTV/java-ddd-example https://github.com/lsoares/clean-architecture-sample https://github.com/mattia-battiston/clean-architecture-example https://github.com/techyourchance https://github.com/ttulka/ddd-example-ecommerce-microservices https://github.com/ttulka/ddd-example-ecommerce https://github.com/victorrentea/clean-architecture https://github.com/victorrentea/clean-code-java https://github.com/victorrentea/ddd https://github.com/victorrentea/integration-testing-spring
  • I am learning Spring (Boot). Can you point me please to some github repo examples with clean code and good practices to understand how a good app is crafted?
    5 projects | /r/learnjava | 5 May 2022
  • GitHub examples of java spring boot applications that follow best practices
    7 projects | /r/java | 10 Apr 2022
    https://github.com/gtiwari333/spring-boot-blog-app https://github.com/gtiwari333/spring-boot-web-application-sample https://github.com/gtiwari333/spring-boot-keycloak-angular-quote-app
  • Do you know of any good Spring Boot sample project for learning?
    9 projects | /r/java | 7 Aug 2021
    And a more complex/production grade looking sample application: https://github.com/gtiwari333/spring-boot-web-application-sample

springboot-keycloak-openldap

Posts with mentions or reviews of springboot-keycloak-openldap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-06.
  • A detailed guide to SSO on Kubernetes
    3 projects | news.ycombinator.com | 6 Apr 2021
    Okaaay, now I have a keycloak server and an ldap server running. I guess my next step is to shell in to the ldap host, wget https://github.com/ivangfr/springboot-keycloak-openldap/blob..., edit it to me needs, look up how to generate openldap password hashes, go back in to keycloak, and try to configure that to talk to my ldap server.

    So now I need to look up the default values for

    Vendor, Username LDAP attribute, RDN LDAP attribute, UUID LDAP attribute, User Object Classes, Connection URL, Users DN, Custom User LDAP Filter, Search Scope, Bind Type, Bind DN, Bind Credential

    If I knew what vendor openldap was considered setting the Vendor would fill a bunch of of those in. Well let's try following through this this random blog post and hope it works: https://geek-cookbook.funkypenguin.co.nz/recipes/keycloak/au...

    Compare that to the experience of deploying say, wordpress. And hey look, it already comes with an authentication backed!

    Sure, you can build something that does more or less the same thing but you have to do a fair bit of work to get to that point. Realistically if you haven't done it before, and if you don't have any ldap experience, you're looking at a solid couple of hours to get that set up.

    And it's still apparently going to use 100s of MB of ram.

    3 projects | news.ycombinator.com | 6 Apr 2021

What are some alternatives?

When comparing spring-boot-web-application-sample and springboot-keycloak-openldap you can also consider the following projects:

clean-architecture-delivery-example - A example of clean architecture in Java 8 and Spring Boot 2.0

SuperTokens Community - Open source alternative to Auth0 / Firebase Auth / AWS Cognito

webdrivermanager - Automated driver management and other helper features for Selenium WebDriver in Java

spotifyApiSpring - Spring-boot MVC application consuming Spotify's REST API

htmx-demo - Very simple demonstration of the use of htmx with Spring Boot and Thymeleaf.

testcontainers-spring-boot - Container auto-configurations for Spring Boot based integration tests

spring-boot-blog-app - Application to demonstrate several features of Spring Boot

keycloak-kafka - Keycloak module to produce events to kafka

KeyCloak-Angular-SpringSecurity - KeyCloak with Angular, SpringSecurity and Spring Boot

spring-boot-boilerplate - Spring Boot Boilerplate is a starter kit. This project includes : Spring Boot(v2.7.10), Spring Data JPA, Spring Validation, Spring Security + JWT Token, PostgreSQL, Mapstruct, Lombok, Swagger (Open API)

spring-petclinic - A sample Spring-based application

spring-reddit-clone - Reddit clone built using Spring Boot, Spring Security with JWT Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone