From aa122113ade36f02dc8fdbebdf1232b5c4b8742c Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Fri, 3 Jul 2026 19:02:36 +0530 Subject: Microservice sample projects --- microservices/01-oauth2-server/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microservices/01-oauth2-server/README (limited to 'microservices/01-oauth2-server/README') diff --git a/microservices/01-oauth2-server/README b/microservices/01-oauth2-server/README new file mode 100644 index 0000000..f91aac5 --- /dev/null +++ b/microservices/01-oauth2-server/README @@ -0,0 +1,10 @@ +This project is a simple OAuth2 server using Spring Security. + +It has been cofigured to authenticate users as defined in the application.yaml file. + +However, this same sample project can be extened to authenticate users based on other authentication mechanisms such as LDAP, database and so on. + +To run: + ./mvnw spring-boot:run + +The deb directory content can be used to make a deb file from this project that can be used to deploy this as a service. -- cgit v1.2.3