Hello We have a client using our

Hello! We have a client using our embedded application to view Liveboards and such. They have several Orgs and upon trying to view an embedded Liveboard, a page is presented for the user to choose an Org to continue. Is there a way to bypass this page? The Liveboard lives in a specific Org so if we just need to specify that'd be straightforward but I don't see that in the docs.
5 Replies
bill_da_golfer
bill_da_golfer16mo ago
This is not directly possible in the SDK. You would have to switch orgs (or have them switch orgs) and not display links for orgs they are not currently in.
jlyons8815
jlyons8815OP16mo ago
Would we do that via the full access token REST API with an Org ID specified?
bill_da_golfer
bill_da_golfer16mo ago
Yes, that should work. I've used via Python that way.
jlyons8815
jlyons8815OP16mo ago
I'll give that a shot, thanks!

Did you find this page helpful?