Skip to content

Commit

Permalink
fix: don't apply trusted issuer did policy on VPs
Browse files Browse the repository at this point in the history
  • Loading branch information
severinstampler committed Apr 19, 2023
1 parent 1c4a555 commit f41b255
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ class EbsiTrustedIssuerDidPolicy : SimpleVerificationPolicy() {
)
}
}

override val applyToVP = false
}

data class EbsiTrustedIssuerRegistryPolicyArg(
Expand Down

0 comments on commit f41b255

Please sign in to comment.