opencred icon indicating copy to clipboard operation
opencred copied to clipboard

OpenCred Verifiable Credentials Platform

Results 14 opencred issues
Sort by recently updated
recently updated
newest added

"Support for workflows as an OpenID Connect Identity Provider" wakes the expectation that there is support for issuing VCs. I wasn't able to find how that would be setup/supported.

question

I am trying the "Run via node" method. `npm run build ` fails with the below error, ``` npm error Missing script: "build" npm error npm error To see a...

I had an issue on my end sending an access token with wrong, extra data (a `?redirectToken=abc123`) to the access token string. This crashed the docker container reliably, every request...

I am trying to run the app via Docker with the following config (the diff between combined.yaml and config.example.yaml): ``` app: server: baseUri: "https://localhost" opencred: caStore: - pem: | -----BEGIN...

I think the correct config path is `/etc/bedrock-config`?

Is there a workflow for when the native app/mobile web is requesting verification (e.g., Know Your Customer) and the wallet is on the mobile device? The documented flow uses QR...

**HEAD** https://github.com/stateofca/opencred/tree/06142d839abc74826222de66cf90e5b412d56cb4 **Reproduction Steps** 1. `docker build . -t opencred-platform` 2. `docker run -i -p 22443:22443 -v $PWD/configs:/etc/app-config opencred-platform` **Output** ``` opencred: [prototype-experiment-1 ≡ +4 ~1 -0 !] 1079ms 2025-01-05...

**HEAD** https://github.com/stateofca/opencred/tree/06142d839abc74826222de66cf90e5b412d56cb4 **Reproduction Steps** 1. Configure vscode with yaml validation support according to [README.md](https://github.com/stateofca/opencred/tree/06142d839abc74826222de66cf90e5b412d56cb4?tab=readme-ov-file#optional-config-file-validation-in-vs-code) 2. `cp configs/combined.example.yaml configs/example.yaml` 3. Open `configs/combined.yaml` in vscode. 4. Observe validation errors. ![image](https://github.com/user-attachments/assets/aa93d143-afdc-4e4b-96f4-cce62e3ca525) ![image](https://github.com/user-attachments/assets/9a2ea8a5-192e-4faf-b056-cc31dcb38071) ![image](https://github.com/user-attachments/assets/95c6deb6-879a-448e-af32-c27f2d6c77d7)