Multitenant Application Deployment to Provider Subaccount
Tutorials that teach this
Docs explaining this concept
Prerequisites
- Concept Multitenant Application Registration Multitenant application registration is the process by which a multitenant application on SAP Business Technology Platform identifies itself to the platform's authorization services. Developers use it to obtain an [application access token](https://help.sap.com/docs/btp/sap-business-technology-platform/6391b5dfe4704c6c8b71a32126828e9c?locale=en-US&state=PRODUCTION&version=Cloud), which allows the application to authenticate and interact securely with platform APIs on behalf of the application itself rather than an individual user.
- Concept Docker Image Build and Publish
- Concept Multitenancy with Application Router on BTP Multitenancy with Application Router on SAP BTP is an approach in which the [Application Router (`approuter`)](https://help.sap.com/docs/btp/sap-business-technology-platform/5af9067322214e8dbf354daae44cef08?locale=en-US&state=PRODUCTION&version=Cloud) is configured to authenticate business users of a multitenant application hosted on SAP Business Technology Platform. Developers configure the `approuter` to handle tenant-aware routing and user authentication, ensuring that each tenant's users are correctly identified and directed to the appropriate application resources. This setup is a key part of enabling a single deployed application to serve multiple subscribing tenants securely.
- Concept Building OCI Images with Cloud Native Buildpacks (pack CLI)
- Concept Kyma Environment Setup