Skip to content

Commit

Permalink
Fix line breaks in PlantUML diagram notes for improved clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-cp committed Dec 11, 2024
1 parent b682dca commit a679255
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ activate ASA
note right: Includes attestation statement, public key,\nUser Email and potentially software statement
ASA -> AttService: Verify Client Attestation
activate AttService
note right: AS A forwards attestation data to Attestation Service
note right: AS A forwards attestation data\nto Attestation Service
AttService -> AttService: Validate Attestation\nStatement
note right: e.g. Check signature, validity period,\nand device/app integrity status
AttService --> ASA: Attestation Verification Result
deactivate AttService
ASA -> PEA: Request Client\nRegistration Decision
Expand Down Expand Up @@ -188,7 +187,7 @@ activate ASB
note right: Includes attestation statement, public key,\nUser Email and potentially software statement
ASB -> AttService: Verify Client Attestation
activate AttService
note right: AS B forwards attestation data to Attestation Service
note right: AS B forwards attestation data\nto Attestation Service
AttService -> AttService: Validate Attestation\nStatement
AttService --> ASB: Attestation Verification Result
deactivate AttService
Expand Down

0 comments on commit a679255

Please sign in to comment.