vc-authn-oidc icon indicating copy to clipboard operation
vc-authn-oidc copied to clipboard

Results 85 vc-authn-oidc issues
Sort by recently updated
recently updated
newest added

Hi team, During verifying the credentials, in background polling is happening for every 20 secs. However in class constructor default value i can see as 10000msec. can some please help...

Vue 3.x has been released, upgrade the project's visual components to use Vue 3.x. Refer to this PR to see the affected components; https://github.com/bcgov/vc-authn-oidc/pull/157.

enhancement
help wanted
good first issue

Trying to run the demo on Play With Docker and finding it is not working. I get an error `{"error":"invalid_redirect_uri"}`. The api is running (e.g. if I got to the...

In the current protocol the OP is required to provide an unspecified endpoint for managing request configurations (see https://github.com/bcgov/vc-authn-oidc/blob/master/docs/README.md#vc-presentation-request-configuration). This could be refined based on [Pushed Authorization Requests](https://oauth.net/2/pushed-authorization-requests/) so that...

enhancement
2.0
pinned

Until now we have been running two instances of VC-Authn (one under the default` profile and one under the `rev` profile) to support access requests with both non-revocable and revocable...

enhancement

As discovered by investigation for #108, it is not possible to use unrestricted proof requests with `vc-authn`: the proof request is generated correctly, but then the controller throws an error...

documentation
enhancement

`vc-authn` currently only supports `basic` claim filter/restrictions - as per the [AttributeFIlter](https://github.com/bcgov/vc-authn-oidc/blob/master/oidc-controller/src/VCAuthn/Models/AttributeFilter.cs) model used in both [RequestedAttributes](https://github.com/bcgov/vc-authn-oidc/blob/master/oidc-controller/src/VCAuthn/Models/RequestedAttribute.cs) and [RequestedPredicates](https://github.com/bcgov/vc-authn-oidc/blob/master/oidc-controller/src/VCAuthn/Models/RequestedPredicate.cs). We need to be supporting other types of restrictions, such as...

enhancement
help wanted
2.0
pinned

When a proof-request fails, a message highlighting the various possible causes could be displayed. In general, a proof verification sent by a mobile wallet could fail because of: - missing...

enhancement

Based on the plan for Safe Entry, we'll have a need for multi-use QR codes that people print and display. The current process (I think) is: - Generate the proof...

Suggestion for cleanup of the "What's being asked for" - - Get rid "claim" everywhere. - Collapse the triplet into "Source Credential" - Make the DID a link that on...