duthng / java-keycloak-integration

A simple integration example between Java apps and Keycloak, thru REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Integration Example with Keycloak

Connecting between Java Application with Keycloak for Authentication and Authorization example.

Tools

  • Java 11
  • Spring Boot
  • Keycloak 4.8.3

Keycloak API

  • Login API
  • Logout API
  • User Info API
  • JWK Certs API

Application API

http://localhost:8082/login
http://localhost:8082/logout
http://localhost:8082/student
http://localhost:8082/teacher
http://localhost:8082/valid

About

A simple integration example between Java apps and Keycloak, thru REST API


Languages

Language:Java 100.0%