vc-authn-oidc
vc-authn-oidc copied to clipboard
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.1.6 to 11.0.5. Changelog Sourced from @angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...
When using the discovery document at `.well-known/openid-configuration` to configure and OIDC client, the default IdentityServer4 endpoints will be returned, however the VC Identity Provider uses endpoints with the prefix `/vc/`:...
**Issue:** VC-Authn issues id_token to clients when `revoked credentials` are used to respond to proof request. Further, there is no notification to clients that a revoked credential was used. **Proposal:**...
According to the official [IdentityServer4 Docs](https://identityserver4.readthedocs.io/en/latest/) IdentityServer4 will only be maintained with security updates until November 2022. Are there any plans to migrate to the [IdentityServer5/Duende](https://duendesoftware.com/products/identityserver) implementation?
Trying to go through the `demo/README.md` instructions for the latest versions of ACA-Py. Things worked up through 0.7.4-rc1, but I'm getting an error creating the presentation request in 0.7.4.-rc2. I...
Hi Team, We have old vc-auth set up with aries py agent 0.4.0 which is working, We are planning to upgrade it. This week we have taken the latest code...
## The Problem In our testing we noticed that your non-revocation interval in a proof request is sending the following dates: ```json "to": 1651792006, "from": 0 ``` While this is...
I have read that the support for IdentityServer4 will be discontinued when dotnet core 3.1 support is ended in 6 months? IdentityServer as project has now been take over by...
The https://verified-email-authentication.vonx.io/ site does not allow the "Proceed" button to be clickable. Upon pulling up the inspector there appears to be a problem with the Vue installation or configuration:
After successfully responding to a proof-request, `vc-authn` will compile a JWT which contains all of the attribute values that were received when responding to the proof-request. It would be best...