Skip to content

yufuid/oidc-java-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oidc-java-client

An OpenID Connect reference implementation in Java

Getting started

First clone the repository:

git clone https://github.com/yufuid/oidc-java-client.git
cd oidc-java-client

To build the client:

mvn clean install

This will build all modules and run the testsuite.
To start client run:

java -jar target/oidc-java-client-1.0.jar server config.yml

click http://127.0.0.1:7070, test account demo/demo123

About

An OpenID Connect reference implementation in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages