Difference between revisions of "User authentication - ACTIVAGE"

From CommonsLab
Jump to navigation Jump to search
Line 39: Line 39:
 
* install python-ldap dependencies sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev
 
* install python-ldap dependencies sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev
 
* install python-ldap pip install python-ldap
 
* install python-ldap pip install python-ldap
 +
 +
*export PYTHONHTTPSVERIFY=0
 +
*python app.py
  
 
==Setup UAH==
 
==Setup UAH==

Revision as of 15:41, 28 June 2019

Setup

  • Set up Raspberry Pi with latest Raspbian

Hardware

  • Connect RFID-RC522 Reader
  • Connect screen
  • Enable touch on screen

Gravitee

Keycloak

  • Install mysql
  • Download and unzip keycloak server
  • Download JDBC connector
  • Configure classpath
  • Add "JAVA_OPTS="$JAVA_OPTS -XX:+CreateMinidumpOnCrash"" to standalone.conf to fix failed core dumps of JVM
  • Set up SSL


Configure keycloak

  • Create new realm "UAH"
  • Create new client "raspberrypi"
  • Add user federation with LDAP

Middleware

  • Setup flask and python app sample
  • Install flask_oidc
  • install python-ldap dependencies sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev
  • install python-ldap pip install python-ldap
  • export PYTHONHTTPSVERIFY=0
  • python app.py

Setup UAH

  • Start keycloak (standalone.sh) on boot
  • Start script for UI (chromium on kiosk mode)


Setup test