diff options
Diffstat (limited to 'microservices/01-oauth2-server/README')
| -rw-r--r-- | microservices/01-oauth2-server/README | 10 |
1 files changed, 10 insertions, 0 deletions
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. |
