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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,10 +88,9 @@ Watson services are migrating to token-based Identity and Access Management (IAM
88
88
### Getting credentials
89
89
To find out which authentication to use, view the service credentials. You find the service credentials for authentication the same way for all Watson services:
90
90
91
-
1. Go to the IBM Cloud **[Dashboard][watson-dashboard]** page.
92
-
1. Either click an existing Watson service instance or click **Create**.
93
-
1. Click **Show** to view your service credentials.
94
-
1. Copy the `url` and either `apikey` or `username` and `password`.
91
+
1. Go to the IBM Cloud [Dashboard](https://console.bluemix.net/dashboard/apps?category=ai) page.
92
+
1. Either click an existing Watson service instance or click [**Create resource > AI**](https://console.bluemix.net/catalog/?category=ai) and create a service instance.
93
+
1. Copy the `url` and either `apikey` or `username` and `password`. Click **Show** if the credentials are masked.
95
94
96
95
### IAM
97
96
@@ -108,7 +107,7 @@ You supply either an IAM service **API key** or an **access token**:
108
107
# In the constructor, letting the SDK manage the IAM token
109
108
discovery = DiscoveryV1(version='2017-10-16',
110
109
iam_api_key='<iam_api_key>',
111
-
iam_url='<iam_url>') # optional - the default value is https://iam.ng.bluemix.net/identity/token
110
+
iam_url='<iam_url>') # optional - the default value is https://iam.bluemix.net/identity/token
0 commit comments