Question
Virtusa
LK
Last activity: 10 Dec 2024 5:25 EST
Displaying error message in web embed using Custom Bearer authentication activity
Hi Team, I have a requirement to restrict the web embed access to only few users. I have used custom bearer authentication. And in the Custom bearer activity I have used a decision table to get the valid user. If any invalid user, I need to display an error message in the web embed screen.
currently in the activity if invalid user I'm setting
Param.pyFailMessage ="Invalid User"
@java("PRAuthentication.DEFAULT_CHALLENGE")
but the error message is not printing in web embed, and blank screen is displaying. Please advise me how can I resolve the issue
Thanks