Bind your multitenant application and the approuter
application to the SAP Authorization and Trust Management service (technical name: xsuaa
) instance, which acts as an OAuth 2.0 client to your application.
Execute the following commands in the Cloud Foundry command line interface to bind both your multitenant application and the approuter
application to the xsuaa
service instance.
cf bind-service <APP_NAME> <XSUAA_INSTANCE_NAME>
cf bind-service <APPROUTER_APP_NAME> <XSUAA_INSTANCE_NAME>
Specify the following parameters:
Parameter |
Description |
---|---|
|
The name of the deployed multitenant application. |
|
The name of the |
|
The name of the |
cf bind-service saas-app xsuaa-application cf bind-service approuter-saas-app xsuaa-application
You can also bind the application to the
xsuaa
service instances directly in the SAP BTP cockpit.