diff --git a/aries_cloudagent/resolver/default/indy.py b/aries_cloudagent/resolver/default/indy.py index b91b58ce2d..ab24ca10ca 100644 --- a/aries_cloudagent/resolver/default/indy.py +++ b/aries_cloudagent/resolver/default/indy.py @@ -57,6 +57,7 @@ async def _resolve(self, profile: Profile, did: str) -> dict: ident="key-1", suite=self.SUITE, material=recipient_key ) builder.authentication.reference(vmethod.id) + builder.assertion_method.reference(vmethod.id) if endpoint: # TODO add priority builder.services.add_didcomm(