I need to add AuthValue to service endpoint (webhook), but when you export solution to make it managed it does not export AuthValue. When importing managed solution to a new clean dynamics365 environment, there is no way to add AuthValue in a managed way. How to do it? I added a file with more detailed explanation of the issue, what i have tried and the only way i found to kind of work (ALM pipeline), but i need other solution to only import as managed and do not do any umanaged changes.
Reproduction steps:
1. Create solution, service endpoint (webhook) with Http query string or Webhook key, sdk message processing step that tracks some entity/table e.g. account Update.
2. Make sure your sdk message processsing step is SYNCHRONIOUS to see the error message, otherwise it will silently crash and not call url.
3. Export solution
4. Delete solution, service endpoint and sdk message processing step
5. Import solution
6. Try triggering webooh (edit account) it will throw error that AuthValue or Url is not set.