Connecting to Link

This topic documents how to set up connection between Keycloack and Link.

Procedure

  1. Install the Link to connect to Keycloak.
  2. In Keycloak, make sure that Keycloak Auth Enabled is set to true.
  3. In text editor, open config.yaml to confirm the connectivity information. You can see the below information and update as appropriate to your environment:
    ##############################
    ### Keycloak Configuration ###
    ##############################
    keycloak:
      # Previously: authentication.keycloak.enabled, HIP_KEYCLOAK_AUTH_ENABLED
      enabled: false
    
      # Specify the Keycloak server in the format {protocol}://{host}:{port}.
      # For example:
      #   http://keycloak-0:8080
      # Previously: authentication.keycloak.serverUrl, HIP_KEYCLOAK_SERVER_URL
      serverUrl: ""
    
      # Previously: authentication.keycloak.realmId, HIP_KEYCLOAK_REALM_ID
      realmId: "link
    
  4. Log in to Link using Keycloak or LDAP user credentials as configured. To unlock the maps if they are locked, go to Administration in Link and delete locks held by a user.