Hi
Usecase
Embed a ESRI ArcGIS Online Dashboard into a private page in a wordpress or sharepoint site using iFrame.
Pathway to Implementation?
Plan would be to use an API Key Token Credential to provide access to view the ESRI ArcGIS Online Dashboard. The dashboard and contents will not be shared with Everyone (Public) and therefore access is needed to data held within the organization. But as it is a private within organization dashboard, was keen to avoid individual sign-in.
Questions?
Does the licensing model support this end use case?
Do API key Token Credentials support ESRI ArcGIS Online Dashboard? (not just webmap)?
Is anyone else got any code to share on how to implement the token in the URL request. For now have tried it the same as a webmap but does not seem to work?
I think a token can be used to load through a url in a browser for the RestAPIs for sure.
Pretty certain you can do this with enterprise, provided the server that hosts the i frame is setup as a valid CORS endpoint in Enterprise's back end. Otherwise many functions may be blocked down stream.
Unfortunately, since AGOL may be hosted by ESRI, I'm not sure if we are allowed to do the same thing there due to it being shared. Maybe someone else knows?
This seems like it is not possible? Can get the token RESTAPI's working for maps but not dashboards? anyone confirm or have done this?