Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor URA credential generation and naming conventions Updated the uraCredential function to use 'issuer' instead of 'did' for the issuer parameter and simplified the mapping of credential subjects. Also, standardized the constant naming for SAN_TYPE_OTHER_NAME to SanTypeOtherName across the codebase to ensure consistency. * Validate UZI number before credential creation Moved UZI number validation to check before generating uraCredential, ensuring serialNumber matches UZI number early in the process. Also removed redundant serialNumber parameter from uraCredential function.
- Loading branch information