Skip to content

pwielgolaski/spring-boot-auth-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-auth-server

Simple oAuth server for testing authentication flows

To start server with default configuration you can run

docker run -p 8080:8080 pwielgolaski/spring-boot-auth-server

Customization

Using environment variables all configuration from application.yml can be overriden

For example to change client id you can define variable SECURITY_OAUTH2_CLIENT_CLIENTID and run like this

docker run -p 8080:8080 -e "SECURITY_OAUTH2_CLIENT_CLIENTID=customclient" pwielgolaski/spring-boot-auth-server

About

Simple oAuth server for testing authentication flows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published