Good afternoon,
Currently using a REST resource to get the content from a handful of squiz resources. Each of these resources does not have public read access.
What is the best way in handling permissions for this? The resources the rest resource are pointing to all have read permissions allocated to a squiz user account.
Can these credentials be passed through via the header or via authentication type?
I have not been able to achieve a solution for this which doesn’t result in a number of login prompts, which based on which is filled first will only return that specific data.
Thank you.