Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/strehle/spring-openid-client
- Owner: strehle
- License: apache-2.0
- Created: 2023-07-14T14:17:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T11:35:58.000Z (2 months ago)
- Last Synced: 2024-10-30T12:29:16.847Z (2 months ago)
- Topics: oauth2, oidc, spring, spring-boot, uaa, uaa-client
- Language: Java
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 runStart now the demo app
$ git clone [email protected]:strehle/spring-openid-client.git
$ cd spring-openid-client
$ ./start.sh