Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d36choi/springboot3-kotlin-keycloak-sample
springboot3-kotlin-keycloak-sample
https://github.com/d36choi/springboot3-kotlin-keycloak-sample
Last synced: 14 days ago
JSON representation
springboot3-kotlin-keycloak-sample
- Host: GitHub
- URL: https://github.com/d36choi/springboot3-kotlin-keycloak-sample
- Owner: d36choi
- Created: 2024-03-16T04:54:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T04:07:23.000Z (7 months ago)
- Last Synced: 2024-04-14T20:47:19.256Z (7 months ago)
- Language: Kotlin
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keycloak + springboot 3 + redis backchannel logout example project
# Preparing Environment
- Redis should be running on port 6379.
- The Redis password should be set to "test".
- Create a Keycloak realm named "myrealm" and a client named "myblog".
- Update the Keycloak client secret in the application.yml file.# Getting Started
Run `docker compose up -d`.
Access `http://localhost:8080`.- [use-keycloak-spring-adapter-with-spring-boot-3](https://stackoverflow.com/questions/74571191/use-keycloak-spring-adapter-with-spring-boot-3/74572732#74572732)