Skip to content

isurunuwanthilaka/oauth-CA-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client Application v2

This is the template for Spring Boot OAuth2.0 Client Application (CA)

  • Integration with custom Authorization Server

  • Used H2 database for testing - all sql schemas included

  • JWT Generation for secondary system

  • This is a hybrid with OAuth2.0 and JWT. OAuth2 provides authentication for primary application and JWT provides authorization information for the secondary system

Related Blog

Docker Build

  • Install dependencies for the first time

mvn install

  • Package the project

mvn clean package

  • Build docker image

docker build -t oauth-ca ./

  • Run docker container

docker run -d -p 8082:8082 --name oauth-ca oauth-ca

About

Client Application implementation with Spring Boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published