Skip to content

Implement eID Service for the Server #435

@ndefokou

Description

@ndefokou

We need to develop and integrate an eID service into the server. This service should handle electronic identification (eID) workflows, ensuring secure authentication, verification, and communication between the client and server. It will serve as a core component to enable identity-based features within our system.

  • Implement useIDRequest handler:
    • Validate request
    • Open session
    • Return Session ID + PSK
  • Implement endpoint to generate tcToken URL.
    • Implement TC Token response builder (inject PSK + session data).
  • Implement getResultRequest handler:
    • Poll session state
    • Return noResultYet if still ongoing
    • Return final authentication result once complete
    • Mark session invalid after success or failure.
  • Implement getServerInfoRequest endpoint

Estimated time: 1 week

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions