Skip to content

Build a simple spring security 5 authentication server with support for the most important flows of the OAuth 2 authentication framework using mongodb as database.

Notifications You must be signed in to change notification settings

RichardSobreiro/spring-security-5-auth-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Spring Security 5 Authorization Server

Build a simple spring security 5 authentication server with support for the most important flows of the OAuth 2 authentication framework.

Build Authorization Server Image

./gradlew bootBuildImage --imageName=richardsobreiro/spring-security-5-auth-server

Deploy Authorization Server using the image

cd infra\auth-server
 aws cloudformation validate-template --template-body file://auth-server.yml
aws cloudformation create-stack --stack-name stack-auth-server --template-body file://auth-server.yml --capabilities CAPABILITY_IAM

Clean up

aws cloudformation delete-stack --stack-name stack-auth-server

About

Build a simple spring security 5 authentication server with support for the most important flows of the OAuth 2 authentication framework using mongodb as database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published