Difference between revisions of "User authentication - ACTIVAGE"

From CommonsLab
Jump to navigation Jump to search
Line 18: Line 18:
 
* Download JDBC connector
 
* Download JDBC connector
 
* Configure [https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-binary-installation.html classpath]
 
* Configure [https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-binary-installation.html classpath]
 +
* Add "JAVA_OPTS="$JAVA_OPTS -XX:+CreateMinidumpOnCrash"" to standalone.conf to fix failed core dumps of JVM
  
 
=Setup test=
 
=Setup test=
 
*Install docker
 
*Install docker
 
*Install [https://github.com/rohe/oidctest oidctest]
 
*Install [https://github.com/rohe/oidctest oidctest]

Revision as of 10:51, 20 June 2019

Setup=

  • Set up Raspberry Pi with latest Raspbian

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

Setup test