Using Cache in App without Authentication

Using Cache in App without Authentication

avatar
(anonymous user)
Product: PowerShell Universal
Version: 2026.1.6


Hi,

I’m currently developing an App which should be a “public dashboard”, so without Authentication.

In App Properties > Security i untick the “Authentication” Checkbox.

If i access the app now through the URL as an anonymous user, i get the following Error:

Unauthenticated. Specify an app token, credentials, use default credentials or enable permissive security model.


I already tried to use the AppToken Parameter, but even with a Token with Administrator Role, i get the error that im not allowed to access.

The App should run on a Dashboard Screen, so User Authentication is problematic due Session Timeouts.

Anybody have a Solution for that Problem?

All Comments (2)

avatar

hi @AnonymousUser , do you use any “tag” in your App propterties?

avatar

Hi,

No i don’t use Tags on that specific app.