Skip to content

Commit 3cefe94

Browse files
authored
Merge pull request #164 from OpenLiberty/qa
Merge qa to master: Cloud hosted adjustments (#163)
2 parents e8d6843 + 94f04fd commit 3cefe94

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.adoc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ endif::[]
121121
ifdef::cloud-hosted[]
122122
To launch the front-end web application,
123123
select **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`**,
125126
where **accountname** is your account name. Click the **Log in** link on the welcome page. From here,
126127
you can log in to the application with the form-based login.
127128
endif::[]
128129

129-
130130
Log 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:
172172
endif::[]
173173

174174
[source, role="no_copy"]
@@ -446,12 +446,14 @@ endif::[]
446446
// cloud-hosted guide instructions:
447447
ifdef::cloud-hosted[]
448448
You 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.
450450
Run the following curl command from the terminal in the IDE:
451451
```
452452
curl -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.
455457
endif::[]
456458

457459
In the front end, you see your JWT displayed in the row with the `JSON Web Token` label.

0 commit comments

Comments
 (0)