“Connector is configured to use authentication, but the Authentication Profile value is empty”
I am trying DocuSign integration in community edition by following general implementation steps.
I have created DocuSign Account and done required configurations for authentication. In Dev I have added component and modified the Data transforms related to DocuSign (pyPrepareNewEnvelope and pyAssignRecipientsToEnvelope). After that I have created OAuth2.0 authentication profile using Keystore (used OpenSSL and created required certis).
I have verified DocuSign Connections and it is in CONNECTED status.
I cannot able to hit the DocuSign API. there are no requests are sent to it.
@B Anurag It appears that Pega does not support the use of self-signed certificates for certain integrations. For example, in the context of SAML 2.0 configuration, it is mentioned that the rule engine allows only CA certificates and not self-signed certificates. This suggests that for secure integrations, Pega prefers certificates issued by a Certificate Authority (CA) to ensure optimized security
Yes, I think the same. I have tried to do the implementation in other new application but the results were the same. the is authentication always failing because of Self signed certificate. currently I can’t get CA certificate maybe I will try them in future.