diff --git a/documentation/xsuaa-to-ams/prerequisites.md b/documentation/xsuaa-to-ams/prerequisites.md index 8d89101..6659c9e 100644 --- a/documentation/xsuaa-to-ams/prerequisites.md +++ b/documentation/xsuaa-to-ams/prerequisites.md @@ -4,7 +4,7 @@ 1. Develop the Incident Management application following the step by step tutorial [Develop a Full-Stack CAP Application](https://developers.sap.com/group.cap-application-full-stack.html). -2. Deployed the Incident Management application, to SAP BTP, Cloud Foundry runtime: [Deploy a Full-Stack CAP Application in SAP BTP, Cloud Foundry Runtime](https://developers.sap.com/group.deploy-full-stack-cap-application.html). +2. Deploy the Incident Management application, to SAP BTP, Cloud Foundry runtime: [Deploy a Full-Stack CAP Application in SAP BTP, Cloud Foundry Runtime](https://developers.sap.com/group.deploy-full-stack-cap-application.html). 3. Undeploy your application by running the following command: `cf undeploy --delete-services` @@ -13,8 +13,8 @@ - *[For local testing only]* To use the Authorization Management service, you must have `Java 11+` or a later version installed on your system. - Authorization Management service uses `cds2dclv compiler which converts the `.cds` files to `.dcl` files consumed by Open Policy Agent (OPA) server. This `cds2dcl` compiler is a Java based program, so we need Java 11+ version installed on the machine. - We don't need it when deploying on SAP BTP as the Cloud Authorization buildpack bundled along with application takes care of it. + The Authorization Management service uses the `cds2dclv` compiler, which converts the `.cds` files to `.dcl` files consumed by an Open Policy Agent (OPA) server. This `cds2dcl` compiler is a Java based program, so you need Java 11+ version installed on your machine. + You don't need it when deploying on SAP BTP as the Cloud Authorization buildpack bundled along with application takes care of it. - Authorization Management service integration to the developed CAP application requires the following additional entitlements and quotas in the SAP BTP cockpit: @@ -26,13 +26,13 @@ - Establish Identity Authentication trust. In your SAP BTP subaccount where the applications that will use Authorization Management service resides, establish trust to your SAP Identity Authentication tenant. - NOTE: If you want to deploy a multi-tenant application, please be aware that the IAS tenant explicitly needs to be created with the *multi-tenant enablement* flag set. + NOTE: If you want to deploy a multitenant application, please be aware that the IAS tenant explicitly needs to be created with the *multi-tenant enablement* flag set. See [Establish Trust](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/161f8f0cfac64c4fa2d973bc5f08a894.html). - The SAP Build Workzone has Identity Authentication enabled. See [Switching to SAP Cloud Identity Services - Identity Authentication](https://help.sap.com/docs/build-work-zone-standard-edition/sap-build-work-zone-standard-edition/switching-to-sap-cloud-identity-services-identity-authentication). -## Nest Steps +## Next Steps -You are now ready to implement Authorization Management service in your application: [Integrate with Authorization Management service](./2-integrate-with-ams.md). +You are now ready to implement the Authorization Management service in your application: [Integrate with Authorization Management service](./2-integrate-with-ams.md).