Table of contents
Prerequisites
To be able to access the service, the following preliminary operations must be performed, in PDND Interoperability:
- the member subjects, both those that provide and those who use data, must have completed the onboarding on PDND by means of the standard contract and who are members in all respects
- the member must have published the e-service of interest and have it enabled for Signal Hub
- the user member accesses the e-service of interest, after performing the following actions:
- presentation of the usage request (and concurrent approval by the provider)
- usage request with ACTIVE status.
- presentation of at least one purpose, connected to the risk analysis (and concurrent approval by the provider)
- the status of the same purpose must be ACTIVE.
- creation of a client connected to the purpose
- the user subjects have created an interop API client necessary for using the signal deposit and recovery service by means of vouchers.
---
title: requisiti Signal Hub
config:
theme: base
themeVariables:
primaryColor: "#FFBF00"
---
sequenceDiagram
autonumber
participant PR as Aderente Erogatore
participant CS as Aderente Consumatore
participant PDND as PDND Interop
participant ES as e-service
rect rgb(191, 223, 255)
note left of PDND: onboarding erogatore
PR->>PDND: compilazione, firma e deposito dell'accordo di adesione
end
rect rgb(191, 223, 255)
note right of PR: pubblicazione dell'e-service <br> di Interesse
PR->>PDND: compilazione dati e-service
PR->>PDND: abilitazione Signal Hub
PR->>PDND: pubblicazione dell'e-service
PDND->>ES: e-service pubblicato a catalogo
end
rect rgb(191, 223, 255)
note left of PDND: creazione client api
PR->>PDND: creazione client api
end
rect rgb(191, 223, 255)
note left of PDND: onboarding fruitore
CS->>PDND: compilazione, firma e deposito dell'accordo di adesione
end
rect rgb(191, 223, 255)
note right of CS: fruizione dell'e-service
CS->>PR: richiesta di fruizione dell'e-service
PR->>CS: approvazione richiesta
CS->>PR: finalità e analisi del rischio
PR->>CS: approvazione finalità
CS->>PDND: creazione client e-service (finalità)
opt
CS->>PDND: richiesta del voucher
rect rgb(171, 205, 239)
loop per la durata del voucher
CS->>ES: richiesta all'e-service con dato personale in chiaro
ES-->>CS: restituzione delle informazioni richieste
end
end
end
end
rect rgb(191, 223, 255)
note left of PDND: creazione client api
CS->>PDND: creazione client api
end