From 9a182e3d24269b0345763d3ccd9cb35763ee494d Mon Sep 17 00:00:00 2001
From: "marco.martorana@eng.it" <marco.martorana@eng.it>
Date: Mon, 27 Sep 2021 17:04:06 +0200
Subject: [PATCH] Update README.md

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index bd48a39..c198163 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ $ createdb dashboarddb
 - TOKEN_CLAIM: Change "Token Claim Name" on the "urbanite" realm.
 
 Details:
-- IDM_USER: Add to the "urbanite" user following this path "Role Mappings", the view permission to reads users, groups and roles 
+- IDM_USER*: Add to the "urbanite" user following this path "Role Mappings", the view permission to reads users, groups and roles 
 See [idm_config_1.png](https://git.code.tecnalia.com/urbanite/private/wp5-integration-and-devops/urbanite-dashboard-controller/-/blob/master/src/main/docker/idm_config_1.png). The "urbanite" user is the one enabled to see all users, groups and roles.	
 - TOKEN_CLAIM: In the "urbanite" realm, following this path "Client Scopes > roles > Mappers > realm roles" set the "Token Claim Name" equals to "realm_access.roles" See [idm_config_0.png](https://git.code.tecnalia.com/urbanite/private/wp5-integration-and-devops/urbanite-dashboard-controller/-/blob/master/src/main/docker/idm_config_0.png)
 
@@ -75,9 +75,9 @@ See [idm_config_1.png](https://git.code.tecnalia.com/urbanite/private/wp5-integr
 In the [docker-compose.yml](https://git.code.tecnalia.com/urbanite/private/wp5-integration-and-devops/urbanite-dashboard-controller/-/blob/master/docker-compose.yml) the followings properties, in the _dashboardapp.environment_, defines the IDM URI and user's credential of the IDM user enabled with view permission (See IDM_USER*)
 
 ```bash
-IDM_URI
-IDM_USER4VIEW_USERNAME
-IDM_USER4VIEW_PASSWORD
+IDM_URI=<PLACE_IDM_URI>
+IDM_USER4VIEW_USERNAME=<PLACE_USR_SPECIAL_USER>
+IDM_USER4VIEW_PASSWORD=<PLACE_PWD_SPECIAL_USER>
 ```
 
 
-- 
GitLab