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
@grant@VA
Hello,
does the popup come? or it fails for the content of the popup?
I guess the content will be executed/created with the user context and this might require some grants also
Is it the same with a static content for the popup?
Regards
Anthony