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 hip-server.env to confirm the connectivity information. You can see the below information and update as appropriate to your environment:
    # Flag indicating if keycloak is used for identity & access management
    HIP_KEYCLOAK_AUTH_ENABLED=true
    # Keycloak server url
    HIP_KEYCLOAK_SERVER_URL=http://localhost:XXXX/auth
    # Keycloak realm id
    HIP_KEYCLOAK_REALM_ID=link
    # Keycloak client id for making rest calls
    HIP_KEYCLOAK_CLIENT_ID=link-rest
    # Associated client secret for above client id
    HIP_KEYCLOAK_CLIENT_SECRET=94a30704-7694-476c-b9c2-5fb78d151892
    
  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.