Setting logging level to debug for a class to debug 'No failure response set by custom authentication activity'
Hi All,
I'm trying to debug the cause of error message 'No failure response set by custom authentication activity'. I tried setting the Logging Level to DEBUG for this class: com.pega.pegarules.session.internal.mgmt.authentication.SchemePRCustom, but I didn't see anything new in the logs after changing the Logging Level. Does anybody know the correct class name(s) that I could set to DEBUG?
Thanks!
***Updated by moderator: Lochan to add Categories***
You wont get much debug for this error at the engine level as that is more of an issue with your login activity not exiting properly.
Usually this occurs if you don't exit the activity after setting "param.pyOperPage" to "@java("myStepPage")" and before the error handling steps.
Can you add a screen shot of you login activity steps? I will really only be able to tell from that.