Hi,
Apologies, for some reason we missed the notifications.
I'll try and elaborate:
We have a back-end platform where our users can manage their digital signage screens (screens that hang in supermarkets, schools, etc. to display information) When users log in the back-end, they can authenticate themselves with their personal Microsoft account and as such we can perform requests to the API to get the URLS of images that are linked to Sharepoint sites.
The use case is that we are showing these Sharepoint sites on our custom templates that can then be shown on the screens. These sites have header images which we would also like to display.
However these screens, are just smart-tvs with a browser which visit a public URL configured in our back-end, and are usually not corrected to a keyboard or mouse. As such it is not possible (and preferable) to require users to authenticate with Microsoft on those screens separately and as such does not have a authenticated session. Because of this, when trying to access the URLs of the images on these screens we get a 403.
Our questions would be:
- if there is some kind of way to either perform an API call to retrieve the images (so we could use a JWT token, that would authorize us to do so)?
- If not; if there is some other alternative to get us to display these images on our templates?
Kind regards,