Skip to content
Snippets Groups Projects
Commit f5a85399 authored by Rebecca Wheeler's avatar Rebecca Wheeler
Browse files

removed a CON that API team pointed out was false

parent f2de6530
No related branches found
No related tags found
1 merge request!58removed a CON that API team pointed out was false
......@@ -123,8 +123,6 @@ After all of the Assets above have been created and tested we can create a “Pr
2. Configuring Process Objects can be time consuming
- This is especially true for Person API as the data structures can be dynamic.
3. Each process needs to be built from scratch
4. IICS CAI does not have the ability to read headers at the start of the process. The Person API Webhook sends a token in the header that consumers can validate to make sure that the event data is coming from the correct source. This is not possible.
- To facilitate this validation process, changes need to be made to the Person API. Example, send the token in the request body instead.
### Pros:
1. It is easy to create an endpoint that can be used as a webhook endpoint.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment