You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VPRs enable the ability to attach challenge to protect the verifier and domain to protect the holder. At the moment, there is a workflow.steps[STEP_NAME].createChallenge property that indicates whether a challenge should be created and included in a VPR, but there is no property to indicate whether a domain should be included in a VPR. I propose that we create one to provide a clear directive to exchange steps on how they should handle this. I propose either workflow.steps[STEP_NAME].includeDomain or workflow.steps[STEP_NAME].useDomain, but open to alternative suggestions.
The text was updated successfully, but these errors were encountered:
kezike
changed the title
Add exchange step property to indicate whether a domain should be included
Add workflow step property to indicate whether a domain should be included
Feb 23, 2025
VPRs enable the ability to attach
challenge
to protect the verifier anddomain
to protect the holder. At the moment, there is aworkflow.steps[STEP_NAME].createChallenge
property that indicates whether a challenge should be created and included in a VPR, but there is no property to indicate whether a domain should be included in a VPR. I propose that we create one to provide a clear directive to exchange steps on how they should handle this. I propose eitherworkflow.steps[STEP_NAME].includeDomain
orworkflow.steps[STEP_NAME].useDomain
, but open to alternative suggestions.The text was updated successfully, but these errors were encountered: