Mechanism to report progress
Proposal with JWT
Sequence Diagram

title Bifrost Conversion Authentication
Bifrost Portal->Azure Function: Convert this (Migration GUID)
Azure Function->Azure Function: Convert(Migration GUID)
Azure Function->Azure Function: Report Progress(Migration GUID)
Azure Function->Azure Key Vault: Request Secret for Progress Update(Migration GUID)
Azure Function<-Azure Key Vault: <secret>
note over Bifrost Portal, Azure Key Vault: During the conversion, multiple progress updates will be sent from the Azure Function to the Biforst Portal (using JWT)
loop Send progress update
Azure Function-->Bifrost Portal: Progress Update(Migration GUID) [uses JWT signed with secret]
Bifrost Portal->Azure Key Vault: Request Secret for Progress Update
Bifrost Portal<-Azure Key Vault: <secret>
Bifrost Portal->Bifrost Portal: Validate JWT
Bifrost Portal->Bifrost Portal: Update progress
endSteps
Resources
Last updated