diff --git a/example/returnDID/1.0/policy.rego b/example/returnDID/1.0/policy.rego
index 20509cdc81222c80d02db54e20bc4194b0570faa..f6a6a554292cd23246136514a0489511d3bd4c17 100644
--- a/example/returnDID/1.0/policy.rego
+++ b/example/returnDID/1.0/policy.rego
@@ -2,6 +2,6 @@ package example.returnDID
 
 _ = {
     "@context": ["https://www.w3.org/ns/did/v1", "https://w3id.org/security/suites/ed25519-2020/v1"],
-    "id":"did:web:gaiax.vereign.com:policy:policy:example:returnDID:1.0:evaluation",
+    "id": issuer().did,
     "verificationMethod": keys.getAll()
-}
\ No newline at end of file
+}