Philipp Etschel

Results 17 comments of Philipp Etschel

I'm also testing websockets in multi tenant mode and what I noticed is the following during ws connection setup: 1. No admin key and no bearer token set, directly returns...

I have a couple of questions/remarks here: 1. What about [rfc 0347 proof negotiation](https://github.com/hyperledger/aries-rfcs/tree/main/features/0347-proof-negotiation)? To quote it: > The goal of this is an approach to make proof presentation more...

A couple of years ago I dug through the code and documented this for myself. I'm pasting what I documented below, maybe it is of use to you. Basically the...

@ianco simply run `mvn license:format` once and then push the changes.

did you change the aca-py version to 0.8 or greater?

What OS are you running? Are you using docker or something else? Is your user account in the docker group? Are you running the docker command with another user than...

I guess you are trying to log in from chrome or a chrome based browser. Please see this section of the setup doc: https://github.com/hyperledger-labs/business-partner-agent/tree/main/scripts#setup-security

If you take a look into the gesesis-transaction-list.yml you see what ledgers are configured. If any one of those ledgers is slow to respond this can happen. This file is...

break implementation down into four parts: - [x] redo be/fe for anoncreds, rest call and UI, add reveal flags - [ ] add "must reveal" flag to proof template, add...

### AnonCreds Answering a anoncred presentation request with self attested attributes only works if two conditions are met: 1. the request has no restrictions 2. the request uses the `name`...