IDM.OCM.00066 Connection Invitation Update Received
The Connection Manager SHOULD be able to call an endpoint on the Trust Service component to get a decision regarding a new invitation request or an update for an already sent out invitation. This includes also a possible rejected response for a connection from an external party. This call is triggered by an incoming connection update from SSI Abstraction Service on the Connection Manager. The respective response from Trust Service MUST resolve in a call “accept-invitation”, “remove-invitation”.
Constraints:
Invitation json object received
Interfaces:
- [Requester Scope]: OCM Internal Component
- [Trust Services] Connection
Request to [Trust Services]
POST: Invitation as JSON Object (Base64URLEncoding MAY be supported), ConnectionID
Request to [SSI Abstraction Service]:
GET: accept-invitation (ConnectionID) or remove connection (ConnectionID)
Response from [Trust Services]
An appropriate http response
Response from [SSI Abstraction Service]
An appropriate http response
Acceptance Criteria:
- Response to Requester send
- Appropriate 200 HTTP response