Start

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