opencred
opencred copied to clipboard
OpenCred Verifiable Credentials Platform
Title says it all. @msporny
"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.
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...
PR for issue #14.
**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.   