Getting 403 Forbidden when trying to run activity from user portal
In the user portal, as a non-admin user, I'm getting this error when trying to run an activity with JavaScript:
var urlString = new SafeURL('@baseclass.ShowLogoffTimerRTS');
window.open(urlString.toURL(), null);
The activity has the "Require authentication to run" checkbox unchecked and the "Allow direct invocation from the client or a service" is checked.
I noted that this is only happing for a non-admin user, because I can run this script successfully using my admin access group.
Thanks in advance to anyone who spends time on this.
Grant