Question
1
Replies
76
Views
Posted: February 13, 2019
Last activity: March 20, 2019
Closed
Request for Connect-Rest is getting changed by pega
Hi.
I am configuring a connect-Rest to integrate with the external service (Mitek). where i need to pass client id and secret id as params to get the Auth token. secret id contains special characters (^) in the log file i can see ^ is replaced with %5E because of which Invalid client error is thrown.
Can anyone please suggest? is this an expected behavior and how to resolve this please>
***Edited by Moderator: Pallavi to update platform capability tags***
You're not going to see an unencrypted key in the log file. I'm surprised you're seeing anything other than "********". Is this an OAuth2 token? If so, you won't see that logged for security reasons.