diff --git a/src/iden3comm/handlers/auth.ts b/src/iden3comm/handlers/auth.ts index 1469b8e0..020f02b9 100644 --- a/src/iden3comm/handlers/auth.ts +++ b/src/iden3comm/handlers/auth.ts @@ -225,6 +225,7 @@ export class AuthHandler implements IAuthHandler { proofReq, did, { + verifierDid: DID.parse(authRequest.from), skipRevocation: Boolean(query.skipClaimRevocationCheck), credential: credWithRevStatus?.cred, credentialRevocationStatus: credWithRevStatus?.revStatus,