diff --git a/example/returnDID/1.0/policy.rego b/example/returnDID/1.0/policy.rego new file mode 100644 index 0000000000000000000000000000000000000000..3fc575d1ba9a37d44ef625b821e27dd4fd930ce2 --- /dev/null +++ b/example/returnDID/1.0/policy.rego @@ -0,0 +1,7 @@ +package example.returnDID + +_ := { + "@context": ["https://www.w3.org/ns/did/v1", "https://w3id.org/security/suites/ed25519-2020/v1"], + "id": issuer().did, + "verificationMethod": keys.getAll() +} \ No newline at end of file