Question
Pegasystems Inc.
JP
Last activity: 22 Jul 2019 3:07 EDT
Approaches to achieve authentication timeouts
Hi,
There are three approaches in Pega Platform to achieve "timeouts" as far as I know. Can anyone please explain when to use one approach over the others? I am excluding requestor timeouts in this topic as it is irrelevant.
(1) Access Group timeouts (Specify seconds in access group rule form)
(2) pxSessionTimer (Include @baseclass.pySessionTimer section at the bottom of pyPortalHeader section)
(3) Authentication Activity (Write a custom activity and reference it from Authentication Service rule form)
Thanks,