volodymyrprokopyuk / spring-boot-keycloak-web

Spring Boot Keycloak Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Keycloak Web Application Example

  1. Create Realm: WebApplication (container for Users / Roles and Clients)
  2. Create Clients:
    1. ApiClient
      1. Redirect Root URL: http://localhost:8081/api
      2. Access Type: confidential, Service Account Enabled
    2. WebClient
      1. Redirect Root URL: http://localhost:8082
      2. Access Type: public
  3. Create Roles: ProductReader, CustomerReader
  4. Create Users: vlad, svit
  5. Assign Roles to Users: vlad < ProductReader, svit < CustomerReader

About

Spring Boot Keycloak Example


Languages

Language:Kotlin 87.7%Language:HTML 10.8%Language:Shell 1.6%