Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/20---Concepts/concepts-26572ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,18 @@ You can use the service with multitenant applications developed in the context o



</dd>
</dl>

**Security**

</b></dt>
<dd>

You have to bind the Job Scheduling service instance to the application in the same Cloud Foundry space. When the service calls an endpoint, the request always contains the Authorization header (JWT token). To validate this token, make sure that your application is bound to the Job Scheduling service instance.

For more information, see [Binding Service Instances to Applications](https://help.sap.com/docs/btp/sap-business-technology-platform/binding-service-instances-to-applications?version=Cloud).

</dd>
</dl>

Expand Down