You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spp_openid_vci_individual/readme/DESCRIPTION.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ The `spp_openid_vci_individual` module aims to:
11
11
12
12
## Module Dependencies and Integration
13
13
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:
15
15
-**VCI Issuer Management:** Leverages the existing infrastructure for managing VCI issuers and their configurations.
16
16
-**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.
17
17
-**QR Code Generation:** Utilizes the same QR code generation mechanism to visually represent issued VCs for individuals.
18
18
19
19
2.**[g2p_registry_individual](g2p_registry_individual)**: This module integrates with the individual registry to access and utilize individual-specific data, such as:
20
20
-**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.
22
22
23
23
## Additional Functionality
24
24
@@ -29,12 +29,12 @@ This module enhances the VC issuance process for individuals by:
29
29
30
30
## Example Usage Scenario
31
31
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.
33
33
2. A user navigates to an individual's profile within the OpenSPP registry.
34
34
3. The user clicks the "Issue Card" button, which initiates the VC issuance process using the pre-configured "Proof of Identity" template.
35
35
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.
37
37
38
38
## Conclusion
39
39
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