summaryrefslogtreecommitdiff
path: root/microservices/01-oauth2-server/README
blob: 88bc5750c1f5704e5183ca2f08ccbb4d2e4bdbdd (plain)
1
2
3
4
5
6
7
8
9
10
This project implements a simple OAuth2 server that uses Spring Authorization Server customized by Spring Security.

It has been cofigured to authenticate users as defined in the application.yaml file. This is accomplished by the SecurityConfig.java file (with the help from a few other classes).

However, this same sample project can be modified to authenticate users based on other authentication mechanisms such as LDAP, Microsoft Active Directory, database and so on.

To run:
  ./mvnw spring-boot:run

The linux/deb directory content can be used to make a deb file from this project that can be used to deploy this as a service.