Keycloak

https://www.notion.so/Keycloak-1153bd6b4b694ab4a03f33b6945277d1

Start

1
docker run -p 9900:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin quay.io/keycloak/keycloak:13.0.1

New Client

  1. Add client: Client ID: foo, Access Type: confidential
  2. Go to Credentials tab, and get client secret.

OAuth2 Endpoints

Configurations for getting access token

This post is licensed under CC BY 4.0 by the author.