Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 758 Bytes

File metadata and controls

30 lines (23 loc) · 758 Bytes

Keycloak Example

Keycloak usage example

Prerequisites

  1. Run Keycloak docker container
make run-keycloak
# OR
docker run -p 8080:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin quay.io/keycloak/keycloak:14.0.0
  1. Login to Keycloak admin console
Login: admin
Password: admin
  1. Create a new Keycloak realm
  2. Create a new user
  1. Create a new FrontEnd Client
  2. Create a new BackEnd Client

For detailed information refer to: https://www.keycloak.org/getting-started/getting-started-docker