Build a simple spring security 5 authentication server with support for the most important flows of the OAuth 2 authentication framework.
./gradlew bootBuildImage --imageName=richardsobreiro/spring-security-5-auth-servercd infra\auth-server aws cloudformation validate-template --template-body file://auth-server.ymlaws cloudformation create-stack --stack-name stack-auth-server --template-body file://auth-server.yml --capabilities CAPABILITY_IAMaws cloudformation delete-stack --stack-name stack-auth-server