Skip to content

mposolda/devconf2019-authz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Keycloak/Authorization SpringBoot example for devconf 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published