Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 381 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 381 Bytes

spring-openid-client

Spring Security OpenID client implementation (demo use case)

Quick Start

Requirements:

  • Java 11 (minimum)

Start a UAA locally

$ git clone git://github.com/cloudfoundry/uaa.git
$ cd uaa
$ ./gradlew run

Start now the demo app

$ git clone git@github.com:strehle/spring-openid-client.git
$ cd spring-openid-client
$ ./start.sh