Question
tcs
IN
Last activity: 13 Apr 2017 12:22 EDT
LDAP Authentication
Hi,
I am trying to implement LDAP authentication without model user, for that i am customizing "AuthenticationLdapVerifyCredetials" OOTB activity. my require ment: from LDAP serevr we will get different roles based on that we need to map different access groups so based on that access groups and LDAP info Operator would be create. for ldap roles and access groups we are planning maintain in a data table in pega, so based on Ldap role we will get from ldap server we will fetch access group using obj-open and assigning to pyAccessGroup. So based on that user will get access group and he can access the apllication using Ldap URL. But we are getting issue while opening data table instace "You are not authorized to open instance" issue coming because while customizing above mentioned OOTB activity we placed in "Unauthenticated" rule set becase while user log-in at that time application rule set stack not frame. So we are trying open record from Data table before operator created (even i have tried – created data table in "Unauthenticated" ruleset but that also not worked). If i have use decision table i am not faced issues.but business aked use data table. is there any solution is there to use data table
Thanks
RajaSekhar
***Updated by moderator: Lochan to add Categories***