Ping Access header
Hi, we are currently on PRPC 6.3SP1 and looking forward to migrate to Ping access from Site minder.
Below are the Siteminder related headers with Ping Access.
Current Header:
1. param.UserIdentifier:
@java("((javax.servlet.http.HttpServletRequest)tools.getRequestor().getRequestorPage().getObject(\"pxHTTPServletRequest\")).getHeader(\"uid\")")
2. param.UserRoleFromHeader:
@java("((javax.servlet.http.HttpServletRequest)tools.getRequestor().getRequestorPage().getObject(\"pxHTTPServletRequest\")).getHeader(\"BofaAppRole\")")
i'm looking for a syntax without HTTP as Ping does not support HTTP header. Ping Access Header are UID, ROLE (instead of BofaAppRole).
Can anybody tell me the correct Property value with UID and ROLE without HTTP ?
Thanks,
***Edited by Moderator: Lochan to add SR tag***