Data Evaluator

From DE4A
Revision as of 14:38, 30 August 2021 by Andreas.berg (talk | contribs) (Created page with "Category:WP5 Category:Wip ==Interfaces== There are two interfaces defined on the Data Evaluator DE1 and DE2. Both of them are used by the USI pattern. ===DE1=== The...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Interfaces

There are two interfaces defined on the Data Evaluator DE1 and DE2. Both of them are used by the USI pattern.

DE1

The interface allows the is used by the connector to as DT to forward the evidence to the DE.

Interface definition
Endpoint {URL}/requestForwardEvidence
Method POST
Input RequestForwardEvidence as defined in schemas
Output ResponseForwardEvidence as defined in schemas

DE2

The interface is used in redirecting the user back to the DE from the DO after the evidence preview. Note this interaction is changed for iteration 2 and DE2 is only used in iteration 1.

Interface definition
Endpoint The endpoint can be freely set, it's sent to the DO in the previous RequestUserRedirection POST to the DO.
Method POST
Input ResponseUserRedirection as defined in schemas
Output HTTP 303 The location header should be the URL where to redirect the user.