Pega Service Rest URL throws Error "The callback url has security issues."
Friday, April 3, 2020 at 07:44amI am trying to set up a Service Rest connection from Pega to One Span.
The Service Rule was provided by One Span in OneSpanSample Ruleset. The Endpoint URL mentioned in the rule is :
http://localhost:XXXX/prweb/PRRestService/OSpan/01-01-01/events
While using the above URL in Event Notification Portal of One Space I get the following error :
ERROR
The callback url has security issues.
How do i solve this issue?
Reply to: Pega Service Rest URL throws Error "The callback url has security issues."
Friday, April 3, 2020 at 08:22amHi PiyaliSaha,
The OneSpan Sign service you are connecting with is a SaaS service, therefore the Callback endpoint is expecting a public IP instead of "localhost". (OneSpan Sign do have both the SaaS and on-prem deployment options, just like Pega does, but I believe you are leveraging the cloud service)
Duo
Reply to: Pega Service Rest URL throws Error "The callback url has security issues."
Friday, April 3, 2020 at 09:52amYes, I am presently following the Quick Start Guide and wanted to integrate my Personal Edition Pega instance with OneSpan for a POC.
Is there any work around to receive Event Notification for my localhost ?
Reply to: Pega Service Rest URL throws Error "The callback url has security issues."
Friday, April 3, 2020 at 10:03amHi PiyaliSaha,
If it's ONLY for test or POC purpose, and you are running the Pega at the local machine. I suggest that you can use secure introspectable tunnels like Ngrok to expose the local port to a temporary public IP address.
Duo
Reply to: Pega Service Rest URL throws Error "The callback url has security issues."
Friday, April 3, 2020 at 10:05amThanks!