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
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -238,14 +238,29 @@ If you are having difficulties using the APIs or have a question about the Watso
238
238
The Authorization service can generate auth tokens for situations where providing the service username/password is undesirable.
239
239
240
240
Tokens are valid for 1 hour and may be sent using the `X-Watson-Authorization-Token` header or the `watson-token` query param.
241
-
242
-
> _NOTE_: Authenticating with the `X-Watson-Authorization-Token` header is now deprecated. The token continues to work with Cloud Foundry services, but is not supported for services that use Identity and Access Management (IAM) authentication. For details see [Authenticating with IAM tokens](https://console.bluemix.net/docs/services/watson/getting-started-iam.html#iam) or the README in the IBM Watson SDK you use.
243
-
244
241
Note that the token is supplied URL-encoded, and will not be accepted if it is double-encoded in a querystring.
245
242
243
+
> _NOTE_: Authenticating with the `X-Watson-Authorization-Token` header or the `watson-token` query param is now deprecated. The token continues to work with Cloud Foundry services, but is not supported for services that use Identity and Access Management (IAM) authentication. For details see [Authenticating with IAM tokens](https://console.bluemix.net/docs/services/watson/getting-started-iam.html#iam) or the README in the IBM Watson SDK you use.
244
+
The Authorization SDK now supports returning IAM Access Tokens when instantiated with an IAM API key.
0 commit comments