Yuki I

Results 5 issues of Yuki I

**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:**...

#### **Problem Description** I get the error an error during the creation of a credential definition with revocation enabled using anoncreds. The credential definition is actually created however, the error...

Solution: - Added profile parameter and conditional context usage to relevant methods in acapy_agent/ledger/indy_vdr.py. - Updated calls in acapy_agent/anoncreds/default/legacy_indy/registry.py to pass the profile parameter. - Added new tests in acapy_agent/ledger/tests/test_indy_vdr.py...

**Description**: * **Closes**: #940 * **Summary**: Implements the OIDC `/userinfo` endpoint using ephemeral session storage. This endpoint validates Bearer Access Tokens and returns the user claims (e.g., `sub`, `email`, and...

**Problem:** When attempting to integrate Firebase Authentication using this project as an OIDC Identity Provider, the authentication flow fails with a 400 Bad Request error. The specific error message from...