Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tdiprima/spring-boot-keycloak

Spring Boot and Keycloak with OIDC
https://github.com/tdiprima/spring-boot-keycloak

keycloak oauth2 oidc spring-boot

Last synced: 21 days ago
JSON representation

Spring Boot and Keycloak with OIDC

Awesome Lists containing this project

README

        

# Spring Boot and Keycloak with OIDC

## Start Keycloak

Make sure Keycloak is running first

```sh
bin/kc.sh start-dev
```

## Start Spring Application

Run `SpringBootKeycloakApplication`

Or:

```sh
mvn clean install
java -jar target/spring-boot-keycloak-0.0.1.jar
```

## Usage

* Navigate to http://localhost:8081
* Login with credentials
* It will redirect you to a welcome screen