Skip to content

Keycloak ngnix integration

Kostas FILIPPOPOLITIS requested to merge keycloakngnix into master

Created by: JerryPan44

Keep in mind that these additional steps need to be run to disable https in keycloak on the MIP realm

disable https in keycloak docker :

docker exec -it {contaierID} bash cd /opt/jboss/keycloak/bin ./kcadm.sh config credentials --server http://88.197.53.10:8095/auth --realm master --user admin ./kcadm.sh update realms/MIP -s sslRequired=NONE

use password Pa55w0rd

Merge request reports