blob: f91aac589a0c48a82fc1098b76f6c2f93d473541 (
plain)
1
2
3
4
5
6
7
8
9
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.
|