You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Java client library to use the [Watson APIs][wdc].
20
20
*[Authentication](#authentication)
21
21
*[IAM](#iam)
22
22
*[Username and password](#username-and-password)
23
+
*[ICP](#icp)
23
24
*[Cloud Pak for Data](#cloud-pak-for-data)
24
25
*[Using the SDK](#using-the-sdk)
25
26
*[Parsing responses](#parsing-responses)
@@ -197,6 +198,20 @@ Authenticator authenticator = new BasicAuthenticator("<username>", "<password>")
197
198
Discovery service =newDiscovery("2017-11-07", authenticator);
198
199
```
199
200
201
+
#### ICP
202
+
Authenticating with ICP is similar to the basic username and password method, except that you need to make sure to disable SSL verification to authenticate properly. See [here](#configuring-the-http-client) for more information.
0 commit comments