Eurotermbank / Federated-Network-Toolkit-deployment

Other
2 stars 1 forks source link

Errors in setup tutorial. #98

Closed drengur closed 2 years ago

drengur commented 2 years ago

In the tutorial there are two issues that has to be addressed in order to make the installation work. This is very important, because if there are errors in these places you will not be able to open the frontend application.

  1. In the Keycloak application under Toolkit -> Clients -> otk-frontend -> Settings: In the last line under "Web Origins" there has to be a plus sign: "+". If this field is left empty you will have a cors-origins error and will be denied login. This error can bee seen in the browser console when you try to login to the frontend.

  2. In the Keycloak application under Toolkit -> Realm Settings -> General: The name Toolkit (or what ever name you choose) has to be spelled in exactly the same way as in the configmap.yaml file. If the name starts with a capital letter in one of the places, it has to be spelled with capital letter in the other place.

(See attached pictuers) KeycloakOtk-frontend Toolkit-setup

makulatura commented 2 years ago

Hi,

documentation has been updated, you can see it in Authentication (Keycloak) configuration