Skip to content

Commit

Permalink
Merge pull request #291 from walt-id/fix-issuer-did-policy-on-vp
Browse files Browse the repository at this point in the history
fix: don't apply trusted issuer did policy on VPs
  • Loading branch information
severinstampler authored Apr 19, 2023
2 parents 1c4a555 + f41b255 commit ce852aa
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 ce852aa

Please sign in to comment.