WorkLink produces 403 Unauthorized error
We are using a WorkLink corr fragment in an email. The users who will receive and open the WorkLink have a pega oper id, so they are able to login. The access group/roles have been trimmed down to minimal access (essentially read only).
In our Dev environment, everything works as it should. When moved to our staging environment, they receive the 403 error. I traced the "user" login in staging (26 events) and saw that that pyBlockUnregitseredRequests resulted to true (See picture). When testing, I overrode that when rule to result to false, and the worklink opened correctly. After I reversed my changes on pyBlockUnregitseredRequests, I traced logging in as my developer oper id, when successfully showed the case instance(7200+ events). The trace showed that the result of pyBlockUnregisteredRequests was still true even though it work.
Anyone have an experience/ insight? Not sure where to go from here. Thanks!