Question
1
Replies
325
Views
Posted: October 25, 2016
Last activity: October 25, 2016
How to use prpcServiceUtils with LDAP authentication?
Currently prpcServiceUtils requires local Pega authentication.
We would like prpcServiceUtils (which uses servlet WebRestService) to use LDAP authentication (AuthenticationType J2EEContext) because we want our Pega users to be managed from LDAP.
Is there a way to achieve this?
According to my understanding, we have option to choose the authentication type in the service package. For rest service, you will be having service package. there you could give the authentication type.
We can specify the custom authentication like webldap1 or similar authenticaiton activity.
When the requestor hits the PRRestService URL, it will be redirected to appropriate authentication service (as we have mentioned in the service package).
For J2EE context, I am not sure how this will work.