Programmatic filtering

Lf998
Lf998 Member
edited September 2022 in Magic ETL

We are trying to to embed domo in our web application, Is it possible to use Programmatic filtering without the use of the yarn server and log in users ? We are using SSO so want to just get the domo access token through an API call and create an embed token with filter values will be retrieved from our back end

Answers

  • nikky
    nikky Domo Employee

    @Lf998 , you can embed domo into your web application. Ensure you create a service account in DOMO and use that account to create your credentials. Your back end code would determine who is logging into your Web App and determine which content to embed for that user - the content would be retrieved via the service account user in DOMO - ensure it has access to embedded content.

    Hope this helps.