Skip to content

Commit 643dbb3

Browse files
chore(spring-keycloak-example): add README.md
1 parent b8db500 commit 643dbb3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

spring-keycloak-example/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# spring-keycloak-example
2+
3+
---
4+
5+
## Overview
6+
7+
Basic Java Spring (Java 21) project demonstrating integration with **Keycloak** for authentication and authorization.
8+
Includes a minimal setup for running a Spring Boot application secured by Keycloak (via OAuth2/OpenID Connect), suitable for local development and testing.
9+
10+
---
11+
12+
## Tech stack
13+
14+
- Spring Boot
15+
- Java 21
16+
- Keycloak (Docker)
17+
18+
---
19+
20+
## Authentication Types Implemented
21+
22+
- nothing
23+
24+
---
25+
26+
## Related Resources
27+
28+
| Description | Link |
29+
|---------------------------------|-----------------------------------------------------------------------|
30+
| Running Keycloak in a container | [keycloak.org/containers](https://www.keycloak.org/server/containers) |

0 commit comments

Comments
 (0)