Conversation

Aaseya
IN
Last activity: 19 Jun 2025 2:14 EDT
Creating web embed with anonymous authentication
Hi,
We have a Constellation-based app in Pega 24.2, and we're looking to enable anonymous access via Web Embed.
Use case: A user receives an email with a link. On click, it should open a case assignment (embedded) without requiring login.
We reviewed the Pega Web Embed documentation, but it’s not clear how to enable anonymous access end-to-end.
Questions:
-
What are the exact steps to make this work without authentication?
-
For added security, should we create a token table and validate tokens in a custom authentication activity?
-
Can we rely on Pega's default activity like
pyPegaOAuthAccessTokenAuthenticationActivity
, or is a custom one better?
Appreciate any guidance here.