Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 646 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 646 Bytes

devconf-2019-authz

Keycloak/Authorization SpringBoot example for devconf 2019

How to have it running

  1. Start Keycloak:
cd $KEYCLOAK_HOME/bin
./standalone.sh -Djboss.socket.binding.port-offset=100
  1. Import realm cars-realm.json

  2. Build

    mvn clean install
  1. Run CarsServiceApp and CarsApp from IDE (TODO: Need to describe how to run from mvn with the springboot plugin)

  2. Go to http://localhost:8080/app and login as alice/alice or other user (See cars-realm.json for the users/passwords).

  3. Switching between branches master for not-UMA setup (demo part1) and authz-backup for UMA setup (demo part2)