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

### - Update Build & Deploy Development workflow - Add logic to check for changes to the Helm chart files - Update GitOps repo; use the latest released helm chart...

#531 introduced a mechanism to set-up an optional TTL index in mongo that purges old records after they "expire". The default behaviour is to not have a TTL set-up, but...

Places using the Pydantic models and `.dict()` show a warning ![image](https://github.com/bcgov/vc-authn-oidc/assets/17445138/84e15dbd-5f79-40ee-a651-87d5ed6d9921) Can(?) I think just replace like: ``` response = client.create_presentation_request(ver_config.generate_proof_request()) pres_exch_dict = response.model_dump() ```

Existing GitHub Actions workflow utilizing Helm upgrade command should be migrated to trigger ArgoCD sync. The workflow will need to update relevant files in the GitOps repository. Pushing the changes...

In order to support scenarios where multiple `pres_req_conf_id` could yield the same value for the subject identifier (i.e.: a field with the same value is chosen as sub, the generated...

enhancement

Allow a search of credentials and attributes (see designs) Need to: - determine how to track those credential names (discussed metadata) - architecture for search (probably consider graphql endpoint) -...

enhancement
Feature Request

Discussed with Kim, add back from pre-bootstrap version

This PR resolves #649 I have documented and added a user definable way to add new variable substitutions. A simple API for defining regex based variable matching. Here is a...

Rather than replacing the default file containing the variable substitution definitions/implementations, it would be better to allow users to: - specify a path to a python file containing custom definitions...

When presented with the QR code to scan with BC Wallet, users will NOT know until after scanning it what is requested in the proof. To improve this, we should...