Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C connection-manager
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Gaia-X
  • Organization Credential ManagerOrganization Credential Manager
  • connection-manager
  • Issues
  • #27
Closed
Open
Issue created Mar 01, 2022 by Kalin Canov@kalin.canov🎣Owner

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:

  1. Response to Requester send
  2. Appropriate 200 HTTP response
Assignee
Assign to
Time tracking