diff --git a/example/returnDID/1.0/policy.rego b/example/returnDID/1.0/policy.rego new file mode 100644 index 0000000000000000000000000000000000000000..3475876d295393697c37e3157dd2f214d9cf7fb6 --- /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