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: ams-cap-nodejs-bookshop/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ To understand what is going on under the hood in the deployed application, we su
113
113
You must fetch an IAS token and use it to call the different services of the application.
114
114
115
115
#### IAS Token Fetch
116
-
First, find your IAS service credentials in the environment of your application _or:_ create a **certificate-based** service key for your IAS service instance.
116
+
First, find your IAS service credentials in the environment of your application _or:_ create a [certificate-based](https://help.sap.com/docs/cloud-identity-services/cloud-identity-services/reference-information-for-identity-service-of-sap-btp?locale=en-US&q=x509_generated#binding-properties) service key for your IAS service instance.
117
117
118
118
Use the service credentials and a test user's credentials to fetch a user token with an HTTP Client such a `curl` or *Postman* based on the [official documentation](https://help.sap.com/docs/identity-authentication/identity-authentication/configure-client-to-call-identity-authentication-password-token).\
119
119
As an alternative, `xssec 4` provides an easy to use [Node.js API](https://www.npmjs.com/package/@sap/xssec#fetching-tokens) to fetch IAS tokens.
0 commit comments