Skip to content

Commit a7c0f4e

Browse files
authored
add link for certificate-based service key creation
1 parent 202ce0f commit a7c0f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ams-cap-nodejs-bookshop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ To understand what is going on under the hood in the deployed application, we su
113113
You must fetch an IAS token and use it to call the different services of the application.
114114

115115
#### 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.
117117

118118
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).\
119119
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

Comments
 (0)