Skip to content

Commit 31889fa

Browse files
committed
[IMP] spp_openid_vci_individual: fix broken reference
Signed-off-by: Aldrin Navarro <[email protected]>
1 parent 375c47c commit 31889fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spp_openid_vci_individual/readme/DESCRIPTION.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ The `spp_openid_vci_individual` module aims to:
1111

1212
## Module Dependencies and Integration
1313

14-
1. **[spp_openid_vci](spp_openid_vci)**: This module inherits core functionalities from [spp_openid_vci](spp_openid_vci`](`spp_openid_vci`](`spp_openid_vci)**: This module inherits core functionalities from [`spp_openid_vci`), including:
14+
1. **[spp_openid_vci](spp_openid_vci)**: This module inherits core functionalities from [spp_openid_vci](spp_openid_vci), including:
1515
- **VCI Issuer Management:** Leverages the existing infrastructure for managing VCI issuers and their configurations.
1616
- **VC Generation and Signing:** Relies on the parent module's capabilities to generate, sign, and encode VCs based on defined templates and fetched registrant data.
1717
- **QR Code Generation:** Utilizes the same QR code generation mechanism to visually represent issued VCs for individuals.
1818

1919
2. **[g2p_registry_individual](g2p_registry_individual)**: This module integrates with the individual registry to access and utilize individual-specific data, such as:
2020
- **Individual Attributes:** Fetches data fields like full name, birthdate, gender, and other relevant attributes from the individual's registry profile to populate the claims within the VC.
21-
- **Issuance Interface:** Extends the individual registrant's profile view to include an "Issue Card" button, providing a direct and contextual point for VC issuance.
21+
- **Issuance Interface:** Extends the individual registrant's profile view to include an "Issue Card" button, providing a direct and contextual point for VC issuance.
2222

2323
## Additional Functionality
2424

@@ -29,12 +29,12 @@ This module enhances the VC issuance process for individuals by:
2929

3030
## Example Usage Scenario
3131

32-
1. An administrator configures a VCI issuer within the [spp_openid_vci](spp_openid_vci) module, defining the format and data fields for a "Proof of Identity" VC intended for individual registrants.
32+
1. An administrator configures a VCI issuer within the [spp_openid_vci](spp_openid_vci) module, defining the format and data fields for a "Proof of Identity" VC intended for individual registrants.
3333
2. A user navigates to an individual's profile within the OpenSPP registry.
3434
3. The user clicks the "Issue Card" button, which initiates the VC issuance process using the pre-configured "Proof of Identity" template.
3535
4. The module automatically fetches the individual's name, birthdate, and other relevant attributes from the [g2p_registry_individual](g2p_registry_individual) data.
36-
5. A VC containing the individual's information is generated, signed, and encoded into a QR code, ready for display on a digital card or printed ID.
36+
5. A VC containing the individual's information is generated, signed, and encoded into a QR code, ready for display on a digital card or printed ID.
3737

3838
## Conclusion
3939

40-
The `spp_openid_vci_individual` module simplifies the issuance and management of Verifiable Credentials for individual registrants within the OpenSPP ecosystem. By tightly integrating with the VC infrastructure and individual registry, it empowers organizations to extend the benefits of verifiable credentials to individuals, enhancing trust and streamlining identity verification processes.
40+
The `spp_openid_vci_individual` module simplifies the issuance and management of Verifiable Credentials for individual registrants within the OpenSPP ecosystem. By tightly integrating with the VC infrastructure and individual registry, it empowers organizations to extend the benefits of verifiable credentials to individuals, enhancing trust and streamlining identity verification processes.

0 commit comments

Comments
 (0)