Skip to content

Commit 361c58a

Browse files
authored
add info about CodeTour and PR for comparing CAP changes
1 parent 5969c94 commit 361c58a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ams-cap-nodejs-bookshop/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This sample uses the [CAP bookshop sample](https://github.com/SAP-samples/cloud-cap-samples/tree/main/bookshop) to demonstrate authentication via [SAP Cloud Identity Services](https://help.sap.com/docs/identity-authentication?locale=en-US) (SCI) and [policy based authorization](https://help.sap.com/docs/identity-authentication/identity-authentication/configuring-authorization-policies?locale=en-US) via its Authorization Management Service (AMS) component.
44

5+
The repository contains a guided tour for the [CodeTour](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour#:~:text=CodeTour%20is%20a%20Visual%20Studio,a%20code%20review%2FPR%20change.) VSCode extension. The tour guides you through all files in the project related to AMS step-by-step with explanations.
6+
Additionally, for a brief overview of the changes required to add AMS to a minimal version of the sample, you can also compare the file changes in this [PR](https://github.com/SAP-samples/ams-samples-node/pull/9).
7+
58
### AMS
69
AMS is the component of SCI for managing authorization policies that control access rights of the application. It allows defining fine-grained access rules at runtime without re-deploying or restarting the application.
710

@@ -108,4 +111,4 @@ You can manage AMS policies in the SAP Identity Service administration of your t
108111
Enable [debug log output](https://www.npmjs.com/package/@sap/ams#logging-1) for AMS to analyze the problem. For deployment related problems, please refer to the relevant documentation of [SAP BTP](https://help.sap.com/docs/btp).
109112

110113
## Support
111-
This sample comes without any guarantees. If you find any problems in the sample, kindly help the community by creating an issue or pull request.
114+
This sample comes without any guarantees. If you find any problems in the sample, kindly help the community by creating an issue or pull request.

0 commit comments

Comments
 (0)