@@ -121,12 +121,12 @@ endif::[]
121121ifdef::cloud-hosted[]
122122To launch the front-end web application,
123123select **Launch Application** from the menu of the IDE, type in **9090** to specify the port number for the front-end web application,
124- and click the **OK** button. You’re redirected to the **`https://accountname-9090.theiadocker-4.proxy.cognitiveclass.ai`** URL,
124+ and click the **OK** button.
125+ You’re redirected to a URL similar to **`https://accountname-9090.theiadocker-4.proxy.cognitiveclass.ai`**,
125126where **accountname** is your account name. Click the **Log in** link on the welcome page. From here,
126127you can log in to the application with the form-based login.
127128endif::[]
128129
129-
130130Log in with one of the following usernames and its corresponding password:
131131
132132[cols="<35, ^200, ^200"]
@@ -166,9 +166,9 @@ curl -k https://localhost:8443/system/properties/os
166166```
167167{: codeblock}
168168
169- You get a blank screen and aren 't given
170- access because you didn't supply a valid JWT with the request. The following
171- error also appears in the command-line session of the **system** service:
169+ The response is empty because you don 't have access.
170+ Access is granted if a valid JWT is sent with the request.
171+ The following error also appears in the command-line session of the **system** service:
172172endif::[]
173173
174174[source, role="no_copy"]
@@ -446,12 +446,14 @@ endif::[]
446446// cloud-hosted guide instructions:
447447ifdef::cloud-hosted[]
448448You can check that the **system** service is secured against unauthenticated
449- requests by going to the **system** endpoint.
449+ requests by going to the **system** endpoint.
450450Run the following curl command from the terminal in the IDE:
451451```
452452curl -k https://localhost:8443/system/properties/os
453453```
454454{: codeblock}
455+
456+ You'll see an empty response because you didn't authenticate with a valid JWT.
455457endif::[]
456458
457459In the front end, you see your JWT displayed in the row with the `JSON Web Token` label.
0 commit comments