docs: add local preview -api endpoint guidance for SAP S/4HANA Cloud#166
Merged
Conversation
…ana samples Adds Issue 9 to misc/s4hana/README.md explaining that local VS Code Fiori preview requires the -api endpoint (e.g. my1111111-api.s4hana.ondemand.com) to avoid SAML redirect responses instead of OData. Standard tenant URLs trigger IdP login flows incompatible with the local preview proxy. Also fixes a triple-slash typo in s4hana-cloud_saml (https:/// → https://).
Adds a ui5-deploy.yaml sample using the -api endpoint with reentranceTicket authentication, and updates Issue 9 in README to reference it alongside the existing s4hana-cloud_saml destination sample.
🔗 Link Check ResultsThe link checker has completed. This is an optional check and will not block the PR. If broken links were found, please review them at your convenience. Last updated: Run #240 at 2026-06-08T09:40:56Z |
Replaces the .properties destination file with a JSON export format matching the SAP BTP destination export structure. Updates URL and audience to use my1111111 placeholders. Adds missing fields from current BTP destination export schema. Updates all references.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
misc/s4hana/README.md: local VS Code Fiori preview returns HTML SAML login page instead of an OData response when the standard tenant URL (without-api) is used — fix is to use the-apiendpoint (e.g.my1111111-api.s4hana.ondemand.com)ui5-deploy.yamlsample demonstratingreentranceTicketauth with the-apiendpoints4hana-cloud_saml(https:///→https://)Test Plan
ui5-deploy.yamlsample placeholder values usemy1111111-api.s4hana.ondemand.coms4hana-cloud_samlURL no longer has triple slash