Hi,
Situation:
In Dynamics we want to do an address validation on the OnChange event. Normally we would use this path:
Javascript -> Validation Webservice -> Valid or not a valid address
Now, in my current environment, my client requires 2 way SLL (so with Certifcates) when accessing the validation service.
What are my possibilities to accomplish this
- Plugin (impossible because of sandbox so no SSL specific libraries available)
- Via Azure function to the SSL webservice: questionable because this results in a public endpoint which can be DDOS-ed for example)
Other way would be a Logic App that is triggered on Add Record for that Entity, but this takes time, so no real-time validation.
ANy help would be appreciated.
Rob