An Example with flask and keycloak
####Flask Client
pip install -U -r requirements.txtpython src/app.py- Login with
foo@bar.comandsecret
####KeyCloak Server
Download keycloak
Download latest JRE 1.8
vim ~/.bash_profileexport PATH=/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin:$PATHRestart your Computer
cd keycloak_server/bin/
./standalone.sh
Create the admin under http://localhost:8080/auth
Creating a Realm and User https://keycloak.gitbooks.io/documentation/getting_started/topics/first-realm/realm.html