Embedded app - private using API
I have a working POC written in .NET which successfully retrieves an access token and embed token for my Domo App. I am then following model of creating an iframe and setting the source to: const source = "<html>\n" + " <body>\n" + " <form id=\"form\" action=\"" + embedUrl + "\" method=\"post\">\n" + " <input…