


- IDENTITY API SCOPE APPROVAL UI MAC LAUNCHPAD HOW TO
- IDENTITY API SCOPE APPROVAL UI MAC LAUNCHPAD INSTALL
Navigate to your project’s folder “nodeJSPortalSACEmbedded” and run “ npm install” in the terminal in order to install all the node dependencies: Now on the Welcome Tab click on “Clone from git” in order to clone my project, like this:Īfter cloning the project, go to the index.html file inside the public folder and change the example URL for your story embedded link: When entering, open the Workspace and select the main projects folder. I selected the basic option and all the extensions (just in case in the future you want to build more projects) and confirmed the creation of the Dev Space.

In case you don’t have it yet, you’ll need to create a Space to start building you application in SAP Business Application Studio. This is the proper way to go to a specific page (for this one I’ll select the second tab of the story): Later start building your Node.js application in SAP Business Application Studio.įor this exercise, I’ll take advantage of the public CSS file enabled by W3 Schools to quickly develop the portal. You can find more documentation about SAP Analytics Cloud APIs here. In my case I’ll use one that redirects me to a specific page. Have already a story which you’re going to embed into the Node.js application.
IDENTITY API SCOPE APPROVAL UI MAC LAUNCHPAD HOW TO
Go now to App Integration and check “Allow all origins”:įor more information about how to handle security via OAuth client credentials, click here. Log in to your SAP Analytics Cloud tenant and go to Administration inside the System tab: SAP Analytics Cloud trial tenant and a story already builtįirst, you’ll need to add your application as a Trusted Origin of the SAP Analytics Cloud system, in this case we are building from scratch so we’ll use in this case “Allow all origins”, you can change this later if you want to.SAP Cloud Platform trial account (+ the good news that now you can use it for 12 months straight!).In this short blog post you’ll learn how to quickly embed a SAP Analytics Cloud Story in a Node.js Portal using a SAC URL API to display an specific page, also you’ll learn how to quickly run your Node.js application in SAP Business Application Studio and deploy it to the Cloud Foundry Environment.
