@@ -257,7 +257,7 @@ If you encounter any issues, check the [Common Issues & Help](./../../../resourc
257257
258258<br />
259259
260- #### To enable Keycloak for identity and access management, ** uncomment** the following lines in your ` .env ` file
260+ ### To enable Keycloak for identity and access management, ** uncomment** the following lines in your ` .env ` file
261261
262262``` env
263263LDAP=:ldap.yml
@@ -271,7 +271,7 @@ KEYCLOAK_ADMIN_PASSWORD="your.save.password"
271271
272272This will include the LDAP and Keycloak service definitions in the Docker Compose setup.
273273
274- #### After starting OpenCloud, Keycloak will be available at
274+ ### After starting OpenCloud, Keycloak will be available at
275275
276276``` bash
277277https://keycloak.your.domain
@@ -281,7 +281,7 @@ https://keycloak.your.domain
281281
282282### Once Keycloak is running
283283
284- ** 1. Open your browser and go to**
284+ #### 1. Open your browser and go to
285285
286286``` bash
287287https://keycloak.your.domain
@@ -290,15 +290,18 @@ https://keycloak.your.domain
290290<img src={require("./../../img/docker-compose/keycloak-dashboard.png").default} alt="Keyclosk dashboard" width="1920"/>
291291<br /><br />
292292
293- ** 2. Log in with the admin credentials (default is admin / admin).**
293+ #### 2. Log in with the admin credentials (default is admin / admin)
294+
294295<img src={require("./../../img/docker-compose/keycloak-login.png").default} alt="Keycloak login" width="1920"/>
295296<br /><br />
296297
297- ** 3. In the top-left dropdown (labeled Keycloak), switch to the OpenCloud realm.**
298+ #### 3. In the top-left dropdown (labeled Keycloak), switch to the OpenCloud realm
299+
298300<img src={require("./../../img/docker-compose/top-left-dropdown.png").default} alt="Top left dropdown menue" width="400"/>
299301<br /><br />
300302
301- ** 4. Navigate to the "Users" section and click "Add user":**
303+ #### 4. Navigate to the "Users" section and click "Add user"
304+
302305<img src={require("./../../img/docker-compose/users-section.png").default} alt="User section" width="1920"/>
303306<br />
304307
@@ -308,7 +311,7 @@ https://keycloak.your.domain
308311 <img src={require("./../../img/docker-compose/fill-in-userdata.png").default} alt="Fill in userdata" width="1920"/>
309312 <br /><br />
310313
311- ** 5. Go to the "Credentials" tab: **
314+ #### 5. Go to the "Credentials" tab
312315
313316- Click "Set password"
314317 <img src={require("./../../img/docker-compose/credentials.png").default} alt="Credentials" width="1920"/>
@@ -319,7 +322,8 @@ https://keycloak.your.domain
319322 <img src={require("./../../img/docker-compose/set-password.png").default} alt="Set password" width="400"/>
320323 <br /><br />
321324
322- ** 6. Go to the "Role Mapping" tab:**
325+ #### 6. Go to the "Role Mapping" tab
326+
323327<img src={require("./../../img/docker-compose/role-mapping.png").default} alt="Role mapping" width="1920"/>
324328<br />
325329
@@ -334,4 +338,4 @@ https://keycloak.your.domain
334338 <img src={require("./../../img/docker-compose/realm-roles.png").default} alt="Realm roles" width="1920"/>
335339 <br />
336340
337- ** The user can now log in via OpenCloud using the Keycloak credentials.**
341+ The user can now log in via OpenCloud using the Keycloak credentials.
0 commit comments