How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ackerleytng/kc-quickstart-photoz"
end
vagrant init ackerleytng/kc-quickstart-photoz
vagrant up
This version was created about 3 years ago.
The /album/{id} endpoint now honours the scopes shared - if you share album:view, the other user can only view the album and not delete it
This version was created about 3 years ago.
Set up with keycloak-9.0.3 amd wildfly-10.1.0