I have created an endpoint extension that basically just creates a new item entry when the URL is hit. However, after creating the entry, I apparently cannot read it because You don't have permission to access this. I was under the assumption that everything I am doing server side in my extension would not need special authentication/authorization, as it is running as part of the system. But apparently that was a false assumption.
How can I best address this ? How should my extension even be authenticated ? It does not have any credentials ? (Not do I really think it should have/need any ...)