Skip to content

Commit

Permalink
chore: add warning for frontend usage (#1813)
Browse files Browse the repository at this point in the history
* add warning for frontend usage

* lint:fix
  • Loading branch information
tomfrenken committed May 15, 2024
1 parent a48b601 commit 6d5cac5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs-java/features/connectivity/003-service-bindings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ The code above instructs the SAP Cloud SDK to
This configuration results in a destination that uses the XSUAA instance of your application to authenticate against, but communicates with the system reachable under the provided URI.
Without the option specified in line 3, the destination would target the XSUAA instance itself.


:::note Principal Propagation with IAS

For IAS-based applications and services principal propagation requires additional configuration.
Expand Down
6 changes: 6 additions & 0 deletions docs-js/guides/sdk-in-browser.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ keywords:
- sap cloud sdk
---

:::danger Warning

The SAP Cloud SDK no longer supports frontend use cases, therefore we do not recommend its usage in the browser anymore.

:::

The SAP Cloud SDK for JavaScript can be used both as a backend and frontend library when used in a browser.
Because of the specifics of a browser environment, some features might be unavailable.
To help you get up and running faster in a browser, this document outlines the main steps and caveats of using SAP Cloud SDK on the frontend.
Expand Down

0 comments on commit 6d5cac5

Please sign in to comment.