Skip to content

Minimalistic, Java + Spring boot OAuth client app. OAuth client and callback implemented fully manually with help of Nimbus lib.

License

Notifications You must be signed in to change notification settings

unity-idm/oauth-sample-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth Sample Client

A standalone OAuth Client. Implemented with the help of Spring Boot using Nimbus OAuth 2.0 / OIDC SDK (no Spring Security OAuth client).

Supports PKCE. Can be

Build

mvn package

Run

Run from Maven

mvn -pl oauth-sample-client spring-boot:run -DskipTests -Dgpg.skip=true

App listens on port 8085 by default. Open:

http://localhost:8085/

About

Minimalistic, Java + Spring boot OAuth client app. OAuth client and callback implemented fully manually with help of Nimbus lib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published