Connecting to Design Server
This topic documents how to set up connection between Keycloack and Design server.
- Install the Design Server to connect to Keycloak.
- In Keycloak, make sure that Keycloak Auth Enabled is set to true.
-
In text editor, open tx-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 TX_KEYCLOAK_AUTH_ENABLED=true # Keycloak server url TX_KEYCLOAK_SERVER_URL=http://localhost:XXXX/auth # Keycloak realm id TX_KEYCLOAK_REALM_ID=itx # Keycloak client id for making rest calls TX_KEYCLOAK_CLIENT_ID=design-server-rest # Associated client secret for above client id TX_KEYCLOAK_CLIENT_SECRET=94a30704-7694-476c-b9c2-5fb78d151892
- Log in to Design Server using Keycloak or LDAP user credentials as configured. To unlock the maps if they are locked, go to Administration in Design Server and delete locks held by a user.