Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/strehle/spring-openid-client

Spring Security OpenID client implementation (demo use case)
https://github.com/strehle/spring-openid-client

oauth2 oidc spring spring-boot uaa uaa-client

Last synced: about 1 month ago
JSON representation

Spring Security OpenID client implementation (demo use case)

Awesome Lists containing this project

README

        

# 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 [email protected]:strehle/spring-openid-client.git
$ cd spring-openid-client
$ ./start.sh