Authorization Server Sample

A simple Authorization Server sample based off of the Legacy
Authorization Server project, spring-security-oauth2.

This project is mostly useful as a utility for other samples whose
usage would be clearer if an Authorization Server were introduced.

Note that this server is a barebones OAuth 2.0 Authorization Server
configuration, but is still useful for understanding how to set up an
Authorization Server using spring-security-oauth2.

Fixes: gh-5833
This commit is contained in:
Josh Cummings
2018-09-12 18:08:12 -06:00
parent c21b2f31c6
commit f2140dd5f5
6 changed files with 364 additions and 0 deletions

View File

@@ -0,0 +1 @@
server.port: 8081