cancel
Showing results for 
Search instead for 
Did you mean: 

How to view an SAC embedded story in a custom app without logging in to SAC

former_member671720
Participant
0 Kudos

Hi Experts,

we are trying to embed the SAC story into our custom angular app, we are following the tutorial Embed an SAP Analytics Cloud Story in a Simple Web App and also the Technical Articles Embed a SAP Analytics Cloud Story in a Node.js Web App built in SAP Business Application Studio from mariajosemq741, but in both the cases we are getting prompted to login into the SAC tenant, can we just view the SAC story without logging in to the SAC system? since our app is used by Business developers who might not have access to the system or the story but they want to view the story in our custom-created app,



and also even after passing the details like client ID and secret and token why it is still asking for logging in to SAC to view the story in display mode?

can we skip the login step like calling an API service within the app like sending the login credentials in API call?

For our app we have a login page, Is it possible to connect this login cred as a single sign-on for SAC registered users? Like if the user has a SAC account and he logs in to our app then it should not ask for SAC login to view the story

can you help us here

Thanks
Kishore

Accepted Solutions (0)

Answers (3)

Answers (3)

MKreitlein
Active Contributor
quovadis
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Kishore,

I cover the the App2App integration with SAC CF (enterprise SAC on BTP CF) and/or eSAC (embedded SAC) in a series of blogs under a common title: SAP Analytics Cloud App Integration with OAuth2SAMLBearerAssertion flow.

There, I demonstrate how to achieve the business user identity propagation from a 3rd part application all the way long to a SAC tenant. Feel free to ask questions in the comment section of my blogs

kind regards; Piotr;

PS. here goes the full line-up of SAC dedicated blogs of mine: https://blogs.sap.com/tag/quovadis-sac/

arvind_barathwaj
Explorer
0 Kudos

Hi Kishore,

The business users using your custom application must have access created in SAC to view the stories through your custom app.

To avoid SAC login prompt, configure SSO between your custom application and embedded SAC.

To configure SSO make sure the same identity provider must be used for the SAP Cloud subaccount where your custom application is deployed and the embedded SAC.

0 Kudos

How can we embed SAC stories in an on-premise ABAP system's Fiori Launchpad?