Embed the Dashboard of Looker to Angular application via API with looker sdk

In API Authentication by looker,

Is there any way to Create SSO Embed URL from frontend application by making an call to the create_sso_embed_url api by passing params as client id , client secret, host url, user json containing user details and permissions, dashboard id to fetch from looker end and in response to get the signed url with dashboard in the angular view.

0 1 1,686
1 REPLY 1

Hi @kajal_joshi Have you seen this by chance?

 https://docs.looker.com/reference/api-and-integration/api-cors

We also have a browser SDK

Another alternative would be to set up a proxy server with something like Express and route the API calls through there to the client side. 

Please let me know if you have any questions!

Thanks,

Eric