I think I need a little reassurance I am on the right page.
So I need to show Birst in a home grown custom app. I currently have it working using Iframes and SSO. I call a Post to TokenGenerator.aspx using the is link. https://app2101.bws.birst.com/TokenGenerator.aspx. I take the return GUID and build a URL out of that. THen I stick that URL into a Iframe. I want to be able to show the report without logging in.
I was able to get this to work. However, my concern is that seems "old school" to me. We are building something new and I am concern that we go live in next couple of months and it will change because the logic was old.
I tried to look through the APIs and I did not see anything that seem helpful. Is this how others are doing this? Is there a way to do this through the API? If yes, what API? Is there examples somewhere?
Thank you!